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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104982 Column 3 of triangle A104980, omitting leading zeros. 2
1, 4, 21, 133, 977, 8135, 75609, 775667, 8707057, 106185715, 1398451353, 19786121467, 299384925569, 4825081148819, 82531968286569, 1493412479919371, 28504390805515921, 572363196501249667, 12061937537478658809 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Equals one-half of column 0 (after initial term) in triangle A104988, which equals the matrix square of triangle A104980.

FORMULA

a(n) = A104988(n+1, 0)/2 for n>=0.

PROG

(PARI) {a(n)=if(n<0, 0, (matrix(n+4, n+4, 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)[n+4, 4])}

CROSSREFS

Cf. A104980, A104988.

Sequence in context: A078591 A090366 A131965 * A195440 A001909 A205077

Adjacent sequences:  A104979 A104980 A104981 * A104983 A104984 A104985

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 17 00:09 EST 2012. Contains 205978 sequences.