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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111543 Column 2 of triangle A111541, which is the matrix logarithm of A111536. 2
0, 3, 8, 36, 212, 1496, 12128, 110288, 1108064, 12171872, 145061120, 1864321472, 25710635648, 378871778432, 5943632568320, 98936446059776, 1742232571097600, 32367994818881024, 632845309575139328, 12991224275641441280 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(M=matrix(n+3, n+3, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+1)!/1!*x^i)), m-j-1))))); if(n<0, 0, sum(i=1, #M, (M^0-M)^i/i)[n+3, 3])}

CROSSREFS

Cf. A111541 (triangle), A111538 (column 0), A111542 (column 1), A111536.

Sequence in context: A148919 A087905 A020111 * A188327 A024039 A147523

Adjacent sequences:  A111540 A111541 A111542 * A111544 A111545 A111546

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 06 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 15:39 EST 2012. Contains 205635 sequences.