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.

A168591 a(n) = sum of the n-th power of the trinomial coefficients in row n of triangle A027907.

Original entry on oeis.org

1, 3, 19, 831, 281907, 764206503, 16955359883149, 3120135986465328015, 4819828380706011142058787, 63004580363300194268932114354503, 7017256966823394610075464951176481843849
Offset: 0

Views

Author

Paul D. Hanna, Dec 01 2009

Keywords

Crossrefs

Programs

  • PARI
    a(n)=sum(k=0,2*n,polcoeff((1+x+x^2)^n,k)^n)

Formula

Ignoring initial term, equals the logarithmic derivative of A168590.