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”).

A251745
8-step Fibonacci sequence starting with 0,1,0,0,0,0,0,0.
6
0, 1, 0, 0, 0, 0, 0, 0, 1, 2, 3, 6, 12, 24, 48, 96, 192, 383, 764, 1525, 3044, 6076, 12128, 24208, 48320, 96448, 192513, 384262, 766999, 1530954, 3055832, 6099536, 12174864, 24301408, 48506368, 96820223, 193256184, 385745369, 769959784, 1536863736, 3067627936
OFFSET
0,10
FORMULA
a(n+8) = a(n)+a(n+1)+a(n+2)+a(n+3)+a(n+4)+a(n+5)+a(n+6)+a(n+7).
MATHEMATICA
LinearRecurrence[Table[1, {8}], {0, 1, 0, 0, 0, 0, 0, 0}, 43] (* Michael De Vlieger, Dec 09 2014 *)
CROSSREFS
Other 8-step Fibonacci sequences are A079262, A105754, A251672, A251740, A251741, A251742, A251744.
Sequence in context: A251709 A293340 A251714 * A251752 A251766 A110164
KEYWORD
nonn,easy
AUTHOR
Arie Bos, Dec 07 2014
STATUS
approved