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!)
A189740 Partial sums of tetranacci numbers (A000288). 0

%I #28 Aug 03 2015 12:24:05

%S 1,2,3,4,8,15,28,53,102,196,377,726,1399,2696,5196,10015,19304,37209,

%T 71722,138248,266481,513658,990107,1908492,3678736,7090991,13668324,

%U 26346541,50784590,97890444,188689897,363711470,701076399,1351368208,2604845972

%N Partial sums of tetranacci numbers (A000288).

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

%F a(1)=1, a(2)=2, a(3)=3, a(4)=4, a(5)=8, a(n)=2*a(n-1)-a(n-5). - _Harvey P. Dale_, May 23 2011

%F G.f.: -x*(2*x^3+x^2-1) / ((x-1)*(x^4+x^3+x^2+x-1)). - _Colin Barker_, Aug 07 2013

%t Accumulate[LinearRecurrence[{1,1,1,1},{1,1,1,1},50]] (* or *) LinearRecurrence[ {2,0,0,0,-1},{1,2,3,4,8},50] (* _Harvey P. Dale_, May 23 2011 *)

%Y Cf. A000288.

%K nonn,easy

%O 1,2

%A _Harvey P. Dale_, May 23 2011

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 April 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)