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

%I #15 Oct 28 2023 11:53:49

%S 0,322,644,966,1288,1610,1932,2254,2576,2898,3220,3542,3864,4186,4508,

%T 4830,5152,5474,5796,6118,6440,6762,7084,7406,7728,8050,8372,8694,

%U 9016,9338,9660,9982,10304,10626

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

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

%t With[{c=GoldenRatio^12},Round[c Range[0,40]]] (* _Harvey P. Dale_, Sep 21 2023 *)

%Y Cf. A001622.

%K nonn

%O 0,2

%A _N. J. A. Sloane_