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!)
A251712 7-step Fibonacci sequence starting with (0,0,0,1,0,0,0). 4
0, 0, 0, 1, 0, 0, 0, 1, 2, 4, 8, 15, 30, 60, 120, 239, 476, 948, 1888, 3761, 7492, 14924, 29728, 59217, 117958, 234968, 468048, 932335, 1857178, 3699432, 7369136, 14679055, 29240152, 58245336, 116022624, 231112913, 460368648, 917037864, 1826706592, 3638734129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n+7) = a(n) + a(n+1) + a(n+2) + a(n+3) + a(n+4) + a(n+5) + a(n+6).
MATHEMATICA
LinearRecurrence[Table[1, {7}], {0, 0, 0, 1, 0, 0, 0}, 40] (* Michael De Vlieger, Dec 09 2014 *)
PROG
(J) NB. see A251713 for the program and apply it to 0 0 0 1 0 0 0.
CROSSREFS
Other 7-step Fibonacci sequences are A066178, A104621, A122189, A251710, A251711, A251713, A251714.
Sequence in context: A124312 A068030 A251707 * A251742 A251750 A251764
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 August 15 12:41 EDT 2024. Contains 375173 sequences. (Running on oeis4.)