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.

A209425 Column 2 of triangle A209424.

Original entry on oeis.org

1, 12, 347, 20429, 1919660, 259227625, 47484618291, 11331926690549, 3416394867284954, 1269892206580345425, 570576180005762038644, 304859737124260849580998, 191049110542296621467314753, 138786261071300963667336947034, 115691448070469092032508527982414
Offset: 2

Views

Author

Paul D. Hanna, Mar 08 2012

Keywords

Crossrefs

Programs

  • PARI
    {a(n)=polcoeff(polcoeff(exp(sum(m=1,n,x^m/m*sum(k=0,m,binomial(m,k)^m*y^k))+x*O(x^n)),n,x),2,y)}
    for(n=0,20,print1(a(n),", "))