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!)
A131882 a(0)=1; thereafter a(n)=a(n-1)+a([n/Phi]), where Phi=(1+sqrt(5))/2, the golden ratio. 2
1, 2, 4, 6, 10, 16, 22, 32, 42, 58, 80, 102, 134, 176, 218, 276, 334, 414, 516, 618, 752, 886, 1062, 1280, 1498, 1774, 2108, 2442, 2856, 3270, 3786, 4404, 5022, 5774, 6660, 7546, 8608, 9670, 10950, 12448, 13946, 15720, 17494, 19602, 22044, 24486, 27342 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Same recursion as A006336, but different initial condition.
LINKS
MATHEMATICA
a[0]=1; a[n_] := a[n] = a[n-1] + a[Floor[n/GoldenRatio]]; Table[a[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A258599 A101176 A192447 * A073150 A076529 A323283
KEYWORD
nonn
AUTHOR
T. D. Noe, Jul 23 2007
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 June 25 13:13 EDT 2024. Contains 373705 sequences. (Running on oeis4.)