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.

A145166 G.f. A(x) satisfies A(x/A(x)) = 1/(1-x)^5.

Original entry on oeis.org

1, 5, 40, 510, 9095, 203376, 5323465, 156499485, 5035901400, 174413579095, 6427089519606, 249922852038280, 10193367893772075, 434056833951578950, 19227980415244742745, 883565304511733011301, 42019895809388715550450
Offset: 0

Views

Author

Paul D. Hanna, Oct 03 2008

Keywords

Crossrefs

Cf. A145165.

Programs

  • PARI
    {a(n)=local(A=1+x+x*O(x^n),B);for(n=0,n,B=serreverse(x/A);A=1/(1-B)^5);polcoeff(A,n)}

Formula

Self-convolution 5th power of A145165.