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!)
A111562 Column 2 of A111560, which is the matrix log of A111553. 0
0, 3, 10, 60, 470, 4344, 45320, 521200, 6513280, 87613440, 1260188800, 19286781440, 312884243840, 5363632995840, 96904980170240, 1840977689943040, 36700487712701440, 766296476640215040, 16728728381231472640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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+3)!/3!*x^i)), m-j-1))))); if(n<0, 0, sum(i=1, #M, (M^0-M)^i/i)[n+3, 3])}
CROSSREFS
Sequence in context: A103591 A245312 A018932 * A009654 A013565 A156075
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 07 2005
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 June 11 00:06 EDT 2024. Contains 373283 sequences. (Running on oeis4.)