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.

A137158 G.f.: 1 = Sum_{n>=0} a(n)*x^n/(1+x)^(4*2^n).

Original entry on oeis.org

1, 4, 22, 228, 4749, 200240, 17034964, 2913479848, 999402129243, 686662003846640, 944294243796543974, 2598186366278914473948, 14300408328085246335179009, 157434326611214704329370130880
Offset: 0

Views

Author

Paul D. Hanna, Jan 24 2008

Keywords

Comments

Equals unsigned column 2 of triangle A137156.

Crossrefs

Programs

  • PARI
    {a(n)=polcoeff(1-sum(k=0, n-1, a(k)*x^k/(1+x+x*O(x^n))^(2^(k+2)) ), n)}