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!)
A152737 Floor(n^phi) where phi is the golden ratio. 3
0, 1, 3, 5, 9, 13, 18, 23, 28, 34, 41, 48, 55, 63, 71, 79, 88, 97, 107, 117, 127, 137, 148, 159, 171, 182, 194, 207, 219, 232, 245, 258, 272, 286, 300, 315, 329, 344, 359, 375, 391, 406, 423, 439, 456, 473, 490, 507, 525, 542, 561, 579, 597, 616, 635, 654, 673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_]:=Floor[n^GoldenRatio];
PROG
(PARI) a(n)=floor(n^((1+sqrt(5))/2)) \\ Charles R Greathouse IV, Jul 29 2011
(Magma) phi:=(1+Sqrt(5))/2; [Floor(n^phi): n in [1..50]]; // G. C. Greubel, Sep 01 2018
CROSSREFS
Sequence in context: A215812 A114395 A075314 * A032635 A036713 A260733
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 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)