The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A182640 a(n)=n+floor(r*a(n-1)), where r = golden ratio = (1+sqrt(5))/2, a(0)=0, a(1)=1. 0
0, 1, 3, 7, 15, 29, 52, 91, 155, 259, 429, 705, 1152, 1876, 3049, 4948, 8022, 12996, 21045, 34070, 55146, 89249, 144429, 233714, 378181, 611934, 990156, 1602133, 2592333, 4194511, 6786891, 10981451, 17768392, 28749895, 46518341, 75268291, 121786689, 197055039 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=n+floor(r*a(n-1)), r=(1+sqrt(5))/2, a(0)=0, a(1)=1.
MATHEMATICA
nxt[{n_, a_}]:={n+1, n+1+Floor[GoldenRatio*a]}; Join[{0}, Transpose[ NestList[ nxt, {1, 1}, 40]][[2]]] (* Harvey P. Dale, Apr 21 2013 *)
CROSSREFS
Sequence in context: A364293 A009859 A322108 * A277643 A192960 A182717
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 24 2010
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 May 13 14:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)