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!)
A251741 8-step Fibonacci sequence starting with 0,0,0,0,1,0,0,0. 6
0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 4, 8, 16, 31, 62, 124, 248, 495, 988, 1972, 3936, 7856, 15681, 31300, 62476, 124704, 248913, 496838, 991704, 1979472, 3951088, 7886495, 15741690, 31420904, 62717104, 125185295, 249873752, 498755800, 995532128, 1987113168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
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, 0, 0, 0, 1, 0, 0, 0}, 43] (* Michael De Vlieger, Dec 09 2014 *)
CROSSREFS
Other 8-step Fibonacci sequences are A079262, A105754, A251672, A251740, A251742, A251744, A251745.
Sequence in context: A282566 A251706 A251711 * A018487 A251749 A251763
KEYWORD
nonn,easy
AUTHOR
Arie Bos, Dec 07 2014
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)