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!)
A251751 9-step Fibonacci sequence starting with 0,0,1,0,0,0,0,0,0. 8

%I #19 Jun 13 2015 00:55:19

%S 0,0,1,0,0,0,0,0,0,1,2,4,7,14,28,56,112,224,448,895,1788,3572,7137,

%T 14260,28492,56928,113744,227264,454080,907265,1812742,3621912,

%U 7236687,14459114,28889736,57722544,115331344,230435424,460416768,919926271,1838039800

%N 9-step Fibonacci sequence starting with 0,0,1,0,0,0,0,0,0.

%H Robert Price, <a href="/A251751/b251751.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,1,1,1,1,1,1,1).

%F a(n+9) = 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).

%t LinearRecurrence[Table[1, {9}], {0, 0, 1, 0, 0, 0, 0, 0, 0}, 44] (* _Michael De Vlieger_, Dec 09 2014 *)

%Y Other 9-step Fibonacci sequences are A104144, A105755, A127193, A251746, A251747, A251748, A251749, A251750, A251752.

%Y Cf. A255534 (Indices of primes in this sequence).

%K nonn,easy

%O 0,11

%A _Arie Bos_, Dec 07 2014

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 2 12:20 EDT 2024. Contains 372196 sequences. (Running on oeis4.)