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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104987 Row sums of triangle A104986, which equals the matrix logarithm of triangle A104980. 1
0, 1, 4, 14, 58, 300, 1886, 13878, 116310, 1090500, 11296810, 128102714, 1578342010, 20998804576, 300081098918, 4584908039142, 74594230462318, 1287634918033836, 23506502407089874, 452508152936326482 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

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

CROSSREFS

Cf. A104986, A104980.

Sequence in context: A151489 A134826 A096242 * A149492 A111276 A149493

Adjacent sequences:  A104984 A104985 A104986 * A104988 A104989 A104990

KEYWORD

nonn

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 14 22:22 EST 2012. Contains 205678 sequences.