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!)
A251709 6-step Fibonacci sequence starting with (0,1,0,0,0,0). 3
0, 1, 0, 0, 0, 0, 1, 2, 3, 6, 12, 24, 48, 95, 188, 373, 740, 1468, 2912, 5776, 11457, 22726, 45079, 89418, 177368, 351824, 697872, 1384287, 2745848, 5446617, 10803816, 21430264, 42508704, 84319536, 167254785, 331763722, 658080827, 1305357838, 2589285412 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n+6) = a(n) + a(n+1) + a(n+2) + a(n+3) + a(n+4) + a(n+5).
G.f.: x*(-1+x+x^2+x^3+x^4)/(-1+x+x^2+x^3+x^4+x^5+x^6) . - R. J. Mathar, Feb 27 2023
MATHEMATICA
LinearRecurrence[Table[1, {6}], {0, 1, 0, 0, 0, 0}, 40] (* Michael De Vlieger, Dec 09 2014 *)
CROSSREFS
Other 6-step Fibonacci sequences are A001592, A074584, A251706, A251707, A251708.
Sequence in context: A351915 A262236 A246878 * A293340 A251714 A251745
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 June 25 02:21 EDT 2024. Contains 373691 sequences. (Running on oeis4.)