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!)
A189237 Expansion of (5-12*x-9*x^2+8*x^3+x^4)/(1-3*x-3*x^2+4*x^3+x^4-x^5) 4
5, 3, 15, 42, 155, 533, 1884, 6604, 23219, 81555, 286555, 1006734, 3537032, 12426742, 43659386, 153390077, 538911123, 1893376346, 6652069455, 23370962220, 82110068595, 288480349402, 1013528712002, 3560868017067, 12510529683224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
(Start) Let U be the unit-primitive matrix (see [Jeffery])
U=U_(11,4)=
(0 0 0 0 1)
(0 0 0 1 1)
(0 0 1 1 1)
(0 1 1 1 1)
(1 1 1 1 1).
Then a(n)=Trace(U^n). (End)
Evidently one of a class of accelerator sequences for Catalan's constant based on traces of successive powers of a unit-primitive matrix U_(N,r) (0<r<floor(N/2)) and for which the closed-form expression for a(n) is derived from the eigenvalues of U_(N,r).
LINKS
FORMULA
G.f.: (5-12*x-9*x^2+8*x^3+x^4)/(1-3*x-3*x^2+4*x^3+x^4-x^5).
a(n)=3*a(n-1)+3*a(n-2)-4*a(n-3)-a(n-4)+a(n-5), {a(m)}={5,3,15,42,155}, m=0..4.
a(n)=Sum_{k=1..5} ((x_k)^4-3*(x_k)^2+1)^n; x_k=2*(-1)^(k-1)*cos(k*Pi/11).
Series expansion of g.f. at x=infinity gives -A189234(n+1).
MATHEMATICA
CoefficientList[Series[(5-12x-9x^2+8x^3+x^4)/(1-3x-3x^2+4x^3+x^4-x^5), {x, 0, 30}], x] (* or *) LinearRecurrence[{3, 3, -4, -1, 1}, {5, 3, 15, 42, 155}, 30] (* Harvey P. Dale, Oct 01 2011 *)
PROG
(PARI) Vec((5-12*x-9*x^2+8*x^3+x^4)/(1-3*x-3*x^2+4*x^3+x^4-x^5)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A073677 A223535 A211943 * A301494 A053371 A199005
KEYWORD
nonn,easy
AUTHOR
L. Edson Jeffery, Apr 18 2011
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)