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!)
A038740 T(n,n-3), array T as in A038738. 0

%I #11 Jul 31 2015 11:05:15

%S 1,9,47,188,643,1993,5798,16193,44068,118013,312974,825277,2169045,

%T 5690426,14913861,39066661,102306471,267879086,701364436,1836256726,

%U 4807458872,12586185670,32951178868,86267449214,225851287529

%N T(n,n-3), array T as in A038738.

%H <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (9, -34, 71, -90, 71, -34, 9, -1).

%F G.f.: x^3/[(1-3x+x^2)(1-x)^6].

%F a(3)=1, a(4)=9, a(5)=47, a(6)=188, a(7)=643, a(8)=1993, a(9)=5798, a(10)=16193, a(n)=9*a(n-1)-34*a(n-2)+71*a(n-3)-90*a(n-4)+ 71*a(n-5)- 34*a(n-6)+9*a(n-7)-a (n-8) [From Harvey P. Dale, Jan 06 2012]

%t Drop[CoefficientList[Series[x^3/((1-3x+x^2)(1-x)^6),{x,0,30}],x],3] (* or *) LinearRecurrence[ {9,-34,71,-90,71,-34,9,-1},{1,9,47,188,643,1993,5798,16193},30] (* _Harvey P. Dale_, Jan 06 2012 *)

%K nonn

%O 3,2

%A _Clark Kimberling_, May 02 2000

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 September 1 03:07 EDT 2024. Contains 375575 sequences. (Running on oeis4.)