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!)
A251762 10-step Fibonacci sequence starting with 0,0,0,0,0,1,0,0,0,0. 8
0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 2, 4, 8, 16, 32, 63, 126, 252, 504, 1008, 2015, 4028, 8052, 16096, 32176, 64320, 128577, 257028, 513804, 1027104, 2053200, 4104385, 8204742, 16401432, 32786768, 65541360, 131018400, 261908223, 523559418, 1046605032, 2092182960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
LINKS
FORMULA
a(n+10) = a(n) + a(n+1) + a(n+2) + a(n+3) + a(n+4) + a(n+5) + a(n+6) + a(n+7) + a(n+8) + a(n+9).
G.f.: x^5*(1 - x - x^2 - x^3 - x^4) / (1 - x - x^2 - x^3 - x^4 - x^5 - x^6 - x^7 - x^8 - x^9 - x^10). - Colin Barker, Apr 24 2017
MATHEMATICA
LinearRecurrence[Table[1, {10}], {0, 0, 0, 0, 0, 1, 0, 0, 0, 0}, 45] (* Michael De Vlieger, Dec 09 2014 *)
PROG
(PARI) concat(vector(5), Vec(x^5*(1 - x - x^2 - x^3 - x^4) / (1 - x - x^2 - x^3 - x^4 - x^5 - x^6 - x^7 - x^8 - x^9 - x^10) + O(x^50))) \\ Colin Barker, Apr 24 2017
CROSSREFS
Other 10-step Fibonacci sequences are A251759, A251760, A251761, A251763, A251764, A251765, A251766.
Sequence in context: A217832 A251740 A251748 * A140134 A243084 A049886
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 May 12 03:46 EDT 2024. Contains 372431 sequences. (Running on oeis4.)