OFFSET
0,2
COMMENTS
From Joerg Arndt, Sep 12 2023: (Start)
phi^20 = 15126.999933893... is a near integer.
Therefore the (incorrect!) g.f. 1 + (-1 + 15128*x)/(1-x)^2 produces the initial about 15000 terms of this sequence.
(End)
LINKS
MATHEMATICA
With[{c=GoldenRatio^20}, Floor[c Range[0, 30]]] (* Harvey P. Dale, Feb 18 2013 *)
PROG
(Magma) [Floor((15127+6765*Sqrt(5))*n/2): n in [0..60]]; // G. C. Greubel, Sep 12 2023
(SageMath) [floor(golden_ratio^(20)*n) for n in range(61)] # G. C. Greubel, Sep 12 2023
CROSSREFS
Cf. A001622.
KEYWORD
nonn,easy
AUTHOR
STATUS
approved