The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A052962 Expansion of (1-2x^2)/(1-x-3x^2+2x^4). 15
1, 1, 2, 5, 9, 22, 45, 101, 218, 477, 1041, 2270, 4957, 10813, 23602, 51501, 112393, 245270, 535245, 1168053, 2549002, 5562621, 12139137, 26490894, 57810301, 126157741, 275310370, 600801805, 1311112313, 2861202246, 6243918445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -(-1+2*x^2)/(1-3*x^2+2*x^4-x)
Recurrence: {a(1)=1, a(0)=1, a(3)=5, a(2)=2, 2*a(n)-3*a(n+2)-a(n+3)+a(n+4)=0}
Sum(-1/397*(-190*_alpha-78*_alpha^2+116*_alpha^3+15)*_alpha^(-1-n), _alpha=RootOf(1-3*_Z^2+2*_Z^4-_Z))
MAPLE
spec := [S, {S=Sequence(Prod(Union(Sequence(Prod(Union(Z, Z), Z)), Z), Z))}, unlabeled ]: seq(combstruct[count ](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[(1-2x^2)/(1-x-3x^2+2x^4), {x, 0, 30}], x] (* or *) LinearRecurrence[{1, 3, 0, -2}, {1, 1, 2, 5}, 40] (* Harvey P. Dale, Feb 20 2016 *)
CROSSREFS
Sequence in context: A024822 A218966 A029726 * A173565 A268651 A342556
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
More terms from James A. Sellers, May 04 2000
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 June 5 18:30 EDT 2024. Contains 373107 sequences. (Running on oeis4.)