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.

A136594 Unsigned row sums of triangle A136590.

Original entry on oeis.org

1, 1, 2, 8, 26, 70, 820, 5152, 20316, 388712, 3666188, 17298908, 501805832, 6256792412, 33844737292, 1353617016078, 20960708128068, 137741948419428, 6588092586831028, 121860622573650906, 924837580461274556
Offset: 0

Views

Author

Paul D. Hanna, Jan 10 2008

Keywords

Comments

A136590 is the triangle of trinomial logarithmic coefficients.

Crossrefs

Programs

  • PARI
    a(n)=sum(k=0,n,n!/k!*abs(polcoeff(log(1+x+x^2 +x*O(x^n))^k,n)))