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.

A242228 a(n) = Sum_{k=1..n} k^(2*n-1) * k! * Stirling2(n,k).

Original entry on oeis.org

1, 17, 1651, 473741, 300257371, 355743405917, 706872713310331, 2182548723605418941, 9894910566488309801851, 63052832687428562206049117, 545439670961897317869306191611, 6226501736967631584015448186252541, 91619831483112536750163352484302283131
Offset: 1

Views

Author

Vaclav Kotesovec, May 08 2014

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[k^(2*n-1) * k! * StirlingS2[n,k], {k,1,n}], {n,1,20}]

Formula

a(n) ~ c * d^n * (n!)^3 / n^2, where d = r^3*(1+exp(2/r)) = 7.8512435106631367719817991716164612615296980032514..., r = 0.94520217245242431308104743874492469552738... is the root of the equation (1+exp(-2/r))*LambertW(-exp(-1/r)/r) = -1/r, and c = 0.15095210978787998524366903417512193343948127919...
E.g.f.: Sum_{k>=1} (exp(k^2*x) - 1)^k / k. - Seiichi Manyama, Jun 19 2024