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!)
A283474 a(0) = 0, a(1) = 1, for n > 1, a(n) = a(n-1) + a(n-A002487(n)). 4
0, 1, 2, 3, 6, 8, 14, 20, 40, 48, 68, 82, 150, 190, 272, 354, 708, 858, 1130, 1280, 2138, 2328, 3186, 3894, 7080, 8210, 10538, 11818, 20028, 23214, 33752, 44290, 88580, 100398, 123612, 134150, 222730, 233268, 277558, 300772, 534040, 567792, 691404, 725156, 1025928, 1126326, 1427098, 1704656, 3131754, 3665794 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0, a(1) = 1, for n > 1, a(n) = a(n-1) + a(A284013(n)).
PROG
(Scheme, with memoization-macro definec)
(definec (A283474 n) (if (<= n 1) n (+ (A283474 (- n 1)) (A283474 (- n (A002487 n))))))
CROSSREFS
Cf. A283479 (first differences).
Sequence in context: A106182 A360621 A097097 * A206370 A297416 A304484
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 23 2017
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)