cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A111562 Column 2 of A111560, which is the matrix log of A111553.

Original entry on oeis.org

0, 3, 10, 60, 470, 4344, 45320, 521200, 6513280, 87613440, 1260188800, 19286781440, 312884243840, 5363632995840, 96904980170240, 1840977689943040, 36700487712701440, 766296476640215040, 16728728381231472640
Offset: 0

Views

Author

Paul D. Hanna, Aug 07 2005

Keywords

Crossrefs

Programs

  • 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])}