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!)
A117336 Column 1 of triangle A117335. 4
0, 1, -1, 6, -27, 164, -1133, 8930, -78739, 768276, -8221025, 95775678, -1207356591, 16381797128, -238127430413, 3693030808322, -60880099651291, 1063264668030924, -19614400226382041, 381146295159812646, -7782393142569110535, 166592263396576831760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(k+1)*A104981(k).
PROG
(PARI) {a(n)=if(n<1, 0, (vector(n+1, k, (-1)^k)*matrix(n+1, n+1, m, j, if(m==j, 1, if(m==j+1, -m+1, -polcoeff((1-1/sum(i=0, m, i!*x^i))/x+O(x^m), m-j-1))))^-1)[2])}
CROSSREFS
Cf. A104981, A117335 (triangle), A117337 (column 2), A117338 (row sums).
Sequence in context: A137968 A062512 A087297 * A202766 A144013 A318565
KEYWORD
sign
AUTHOR
Paul D. Hanna, Mar 09 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 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)