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.

A289391 Coefficients in expansion of E_14^(1/4).

Original entry on oeis.org

1, -6, -49212, -10451544, -4218246978, -1581565900392, -677142351901080, -293172823731286848, -132241381826055031692, -60651805300034501958126, -28350123351848675673466968, -13420046900399367136336144200
Offset: 0

Views

Author

Seiichi Manyama, Jul 05 2017

Keywords

Crossrefs

E_k^(1/4): A289392 (k=2), A289307 (k=4), A289326 (k=6), A289292 (k=8), A110150 (k=10), this sequence (k=14).
Cf. A004984, A058550 (E_14).

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[(1 - 24*Sum[DivisorSigma[13, k]*x^k, {k, 1, nmax}])^(1/4), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 08 2017 *)

Formula

G.f.: Product_{n>=1} (1-q^n)^(A289029(n)/4).
a(n) ~ c * exp(2*Pi*n) / n^(5/4), where c = -3*Pi^2 / (2^(17/4) * Gamma(3/4)^9) = -0.2497407198517688195944362279691013167903920989625478927175764401875... - Vaclav Kotesovec, Jul 08 2017, updated Mar 05 2018
G.f.: Sum_{k>=0} A004984(k) * (3*f(q))^k where f(q) is Sum_{k>=1} sigma_13(k)*q^k. - Seiichi Manyama, Jun 16 2018