login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004973
a(n) = ceiling(n*phi^18), where phi is the golden ratio, A001622.
1
0, 5778, 11556, 17334, 23112, 28890, 34668, 40446, 46224, 52002, 57780, 63558, 69336, 75114, 80892, 86670, 92448, 98226, 104004, 109782, 115560, 121338, 127116, 132894, 138672, 144450, 150228
OFFSET
0,2
MATHEMATICA
With[{c=GoldenRatio^18}, Ceiling[c Range[0, 30]]] (* Harvey P. Dale, Apr 15 2018 *)
CROSSREFS
Differs from A004953 for first time at n=2889.
Sequence in context: A004933 A031574 A004953 * A114361 A235086 A098476
KEYWORD
nonn
STATUS
approved