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.

A299035 a(n) = [x^n] Product_{k=1..n} 1/(1-k^k*x).

Original entry on oeis.org

1, 1, 21, 23980, 4896624249, 327969374429859111, 11123496833223144303532943536, 273486179312859032380857823231575174373792, 6620886635410516590847876477644821623913997428738363459941
Offset: 0

Views

Author

Seiichi Manyama, Feb 01 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[1/(1 - k^k*x), {k, 1, n}], {x, 0, n}], {n, 0, 10}] (* Vaclav Kotesovec, Feb 02 2018 *)

Formula

a(n) ~ n^(n^2). - Vaclav Kotesovec, Feb 02 2018