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!)
A118439 Column 0 of triangle A118438. 2
1, -1, 5, 11, -23, -41, 45, -29, 337, 1199, -3115, -6469, 10297, 8839, 16125, 108691, -354143, -873121, 1721765, 2521451, -1476983, 6699319, -34182195, -103232189, 242017777, 451910159, -597551755, -130656229, -2465133863, -10513816601, 29729597085, 66349305331, -116749235903 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1-x+10*x^2+6*x^3+21*x^4-5*x^5)/(1-x^2)/(1+6*x^2+25*x^4).
MATHEMATICA
LinearRecurrence[{0, -5, 0, -19, 0, 25}, {1, -1, 5, 11, -23, -41}, 33] (* Jean-François Alcover, Apr 08 2024 *)
PROG
(PARI) {a(n)=polcoeff((1-x+10*x^2+6*x^3+21*x^4-5*x^5)/(1-x^2)/(1+6*x^2+25*x^4+x*O(x^n)), n)}
CROSSREFS
Cf. A118438 (triangle), A118440 (row sums); A118436 (column 0 of inverse).
Sequence in context: A147081 A046628 A262284 * A343711 A323042 A210731
KEYWORD
sign
AUTHOR
Paul D. Hanna, Apr 28 2006
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 23:42 EDT 2024. Contains 372703 sequences. (Running on oeis4.)