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!)
A004931 a(n) = floor(n*phi^16), where phi is the golden ratio, A001622. 19
0, 2206, 4413, 6620, 8827, 11034, 13241, 15448, 17655, 19862, 22069, 24276, 26483, 28690, 30897, 33104, 35311, 37518, 39725, 41932, 44139, 46346, 48553, 50760, 52967, 55174, 57381, 59588, 61795 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Floor[GoldenRatio^(16)*Range[0, 60]] (* G. C. Greubel, Sep 06 2023 *)
PROG
(Magma) [Floor((2207+987*Sqrt(5))*n/2): n in [0..60]]; // G. C. Greubel, Sep 06 2023
(SageMath) [floor(golden_ratio^(16)*n) for n in range(61)] # G. C. Greubel, Sep 06 2023
CROSSREFS
Cf. A001622.
Sequence in context: A252392 A175915 A098192 * A004951 A004971 A037210
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)