login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104985 Row sums of triangle A104984. 0
1, 0, -2, -6, -20, -92, -554, -4002, -33096, -306440, -3135766, -35134670, -427878628, -5628940084, -79572364498, -1203168642362, -19379896959776, -331331041788640, -5993029816637262, -114348894263852326, -2295445815821635932, -48362099044178487564 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

A104984 equals the matrix inverse of A104980.

PROG

(PARI) {a(n)=sum(k=0, n, if(k==n, 1, if(k==n-1, -n, -polcoeff((1-1/sum(i=0, n-k, i!*x^i))/x+O(x^(n-k)), n-k-1) )))}

CROSSREFS

Cf. A104984, A104980.

Sequence in context: A005965 A000421 A009244 * A079575 A078564 A079576

Adjacent sequences:  A104982 A104983 A104984 * A104986 A104987 A104988

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 10 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:23 EST 2012. Contains 205945 sequences.