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

%I #15 Oct 28 2023 11:50:51

%S 0,9349,18698,28047,37396,46745,56094,65443,74792,84141,93490,102839,

%T 112188,121537,130886,140235,149584,158933,168282,177631,186980,

%U 196329,205678,215027,224376,233725

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

%C Differs from A004934 first in the index range n = 4214 to somewhere beyond 18000. - _R. J. Mathar_, Oct 28 2008

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

%Y Cf. A001622, A004934.

%K nonn

%O 0,2

%A _N. J. A. Sloane_