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!)
A135990 Expansion of x^3*(x-1)*(x+1) / (x^5-2*x^4+x^2-1). 0
0, 0, 1, 0, 0, 0, -2, 1, -2, 1, 2, -3, 7, -7, 4, 1, -13, 22, -28, 24, -1, -33, 77, -109, 103, -44, -84, 251, -399, 442, -275, -144, 774, -1427, 1766, -1414, 74, 2214, -4885, 6808, -6447, 2454, 5537, -16047, 25239, -27402, 16619, 10229, -49906, 90272, -110546, 86433, -505, -144017, 310859, -427429, 398302 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
G.f.: x^3*(x-1)*(x+1) / (x^5-2*x^4+x^2-1). [Colin Barker, Feb 02 2013]
MATHEMATICA
v[0] = {0, 0, 1}; v[1] = {0, 1, 2};
M0 = {{0, 1, 0}, {0, 0, 1}, {1, 1, 0}};
N0 = {{0, 1, 0}, {0, 0, 1}, {1, 1, 1}};
v[n_] := v[n] = N0.v[n - 1] - M0.v[n - 2]
Table[v[n][[1]], {n, 0, 100}]
CROSSREFS
Sequence in context: A080916 A071622 A182063 * A347256 A347224 A339270
KEYWORD
sign,easy,less
AUTHOR
Roger L. Bagula, Mar 03 2008
EXTENSIONS
Better name from Colin Barker, Feb 02 2013
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 May 19 20:30 EDT 2024. Contains 372703 sequences. (Running on oeis4.)