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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004941 a(n) = round(n*phi^6), where phi is the golden ratio, A001622. 5
0, 18, 36, 54, 72, 90, 108, 126, 144, 161, 179, 197, 215, 233, 251, 269, 287, 305, 323, 341, 359, 377, 395, 413, 431, 449, 467, 484, 502, 520, 538, 556, 574, 592, 610, 628, 646, 664, 682, 700, 718, 736, 754, 772 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Round[Range[0, 50]GoldenRatio^6] (* Harvey P. Dale, Jul 21 2020 *)
PROG
(Magma) [Round(n*(9+4*Sqrt(5))): n in [0..80]]; // G. C. Greubel, Jan 23 2024
(SageMath) [round(golden_ratio^6*n) for n in range(81)] # G. C. Greubel, Jan 23 2024
CROSSREFS
Sequence in context: A109428 A329611 A166403 * A004961 A008600 A131766
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)