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.

A292134 Main diagonal of A292133.

Original entry on oeis.org

1, -1, 2, -21, 220, -2705, 40926, -733537, 15124216, -352606050, 9174382490, -263533561852, 8283376452948, -282795708021411, 10420847619031710, -412243715452039440, 17425722339237083120, -783844576340696848341, 37384875796116662077194
Offset: 0

Views

Author

Seiichi Manyama, Sep 09 2017

Keywords

Crossrefs

Programs

  • PARI
    {a(n) = polcoeff(1/prod(k=1, n, 1+n*x^k+x*O(x^n)), n)}

Formula

a(n) = [x^n] Product_{k>=1} 1/(1 + n*x^k).
a(n) ~ (-1)^n * n^n * (1 - 1/n + 2/n^2 - 3/n^3 + 5/n^4 - 7/n^5 + 11/n^6 - 15/n^7 + 22/n^8 - 30/n^9 + 42/n^10 - ...), for coefficients, see A000041. - Vaclav Kotesovec, Aug 21 2018