login
a(n) = ceiling(n*phi^19), where phi is the golden ratio, A001622.
0

%I #13 Jul 28 2024 13:21:27

%S 0,9350,18699,28048,37397,46746,56095,65444,74793,84142,93491,102840,

%T 112189,121538,130887,140236,149585,158934,168283,177632,186981,

%U 196330,205679,215028,224377,233726

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

%t With[{gr19=GoldenRatio^19},Ceiling[gr19 Range[0,30]]] (* _Harvey P. Dale_, Jul 28 2024 *)

%K nonn

%O 0,2

%A _N. J. A. Sloane_