login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004920 a(n) = floor(n*phi^5), where phi is the golden ratio, A001622. 19
0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 121, 133, 144, 155, 166, 177, 188, 199, 210, 221, 232, 243, 255, 266, 277, 288, 299, 310, 321, 332, 343, 354, 365, 377, 388, 399, 410, 421, 432, 443, 454, 465, 476, 487, 499, 510, 521, 532, 543, 554, 565, 576, 587, 598
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Floor[n GoldenRatio^5], {n, 0, 54}] (* Stefano Spezia, Feb 19 2023 *)
PROG
(Magma) [Floor((11+5*Sqrt(5))*n/2): n in [0..60]]; // G. C. Greubel, Aug 22 2023
(SageMath) [floor(golden_ratio^5*n) for n in range(61)] # G. C. Greubel, Aug 22 2023
CROSSREFS
Cf. A001622.
Sequence in context: A008593 A135499 A080195 * A136613 A352535 A113585
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 18 14:24 EDT 2024. Contains 376000 sequences. (Running on oeis4.)