login
This site is supported by donations 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. 2
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; internal format)
OFFSET

1,3

MATHEMATICA

a[n_]:=Floor[n^GoldenRatio];

PROG

(PARI) a(n)=floor(n^((1+sqrt(5))/2)) \\ Charles R Greathouse IV, Jul 29 2011

CROSSREFS

Sequence in context: A007664 A114395 A075314 * A032635 A036713 A122248

Adjacent sequences:  A152734 A152735 A152736 * A152738 A152739 A152740

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 12 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:45 EST 2012. Contains 205978 sequences.