[go: up one dir, main page]

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

%I #17 Jul 04 2019 15:24:41

%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) = ceiling(n*phi^12), where phi is the golden ratio, A001622.

%C Differs from A004947 first in the range n=161..322, then n=483..644 etc. - _R. J. Mathar_, Oct 28 2008

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

%t With[{c=GoldenRatio^12},Ceiling[c*Range[0,40]] (* _Harvey P. Dale_, Jan 18 2014 *)

%K nonn

%O 0,2

%A _N. J. A. Sloane_