login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133392
Start with a(1)=1; for n >= 1, a(n+1)=a(n)+a(k) with k=[n-n-th digit of "e"]. If k<0 or k=0, then a(k)=0.
1
1, 1, 1, 2, 2, 3, 3, 6, 6, 9, 10, 13, 16, 18, 36, 46, 56, 92, 128, 146, 202, 238, 476, 678, 724, 816, 1054, 1200, 2254, 3070, 3794, 6048, 6864, 7918, 13966, 17760, 18814, 21884, 25678, 33596, 40460, 66138, 88022, 105782, 211564, 229324, 317346, 357806
OFFSET
1,4
COMMENTS
Terms of this "eBonacci sequence" computed by Gilles Sadowski.
LINKS
EXAMPLE
For n=7 we have a(8)=a(7)+a(k) with k=(7-1) [because "1" is the 7th digit of "e": 2,7,1,8,2,8,(1),8,2,...] So a(8)=a(7)+a(6)=3+3=6
CROSSREFS
Sequence in context: A168659 A035642 A213332 * A101199 A032155 A116932
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Nov 23 2007
STATUS
approved