login
a(n) = round(n*phi^9), where phi is the golden ratio, A001622.
1

%I #20 Oct 29 2023 00:31:58

%S 0,76,152,228,304,380,456,532,608,684,760,836,912,988,1064,1140,1216,

%T 1292,1368,1444,1520,1596,1672,1748,1824,1900,1976,2052,2128,2204,

%U 2280,2356,2432,2508,2584,2660,2736

%N a(n) = round(n*phi^9), where phi is the golden ratio, A001622.

%C Differs from A004924 in the index intervals n=39-76, 115-152, 191-.., etc. - _R. J. Mathar_, May 24 2008

%H Paolo Xausa, <a href="/A004944/b004944.txt">Table of n, a(n) for n = 0..10000</a>

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a>.

%F a(n) = round(n*A001622^9) where A001622^9 = 76.013155... - _R. J. Mathar_, May 24 2008

%t Round[Range[0,50]GoldenRatio^9] (* _Paolo Xausa_, Oct 28 2023 *)

%Y Cf. A001622.

%K nonn

%O 0,2

%A _N. J. A. Sloane_