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.

Previous Showing 11-13 of 13 results.

A289570 Coefficients in expansion of 1/E_6^(3/2).

Original entry on oeis.org

1, 756, 501228, 311671584, 187266950892, 110121960638088, 63808586297102304, 36578013578688141504, 20797655630223547290348, 11749541312124028845092052, 6603568491137827506152966712, 3695593478842608407829235523808
Offset: 0

Views

Author

Seiichi Manyama, Jul 08 2017

Keywords

Crossrefs

E_6^(k/12): this sequence (k=-18), A000706 (k=-12), A289567 (k=-6), A109817 (k=1), A289325 (k=2), A289326 (k=3), A289327 (k=4), A289328 (k=5), A289293 (k=6), A289345 (k=7), A289346 (k=8), A289347 (k=9), A289348 (k=10), A289349 (k=11).
Cf. A288851.

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[(1 - 504*Sum[DivisorSigma[5,k]*x^k, {k, 1, nmax}])^(-3/2), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 09 2017 *)

Formula

G.f.: Product_{n>=1} (1-q^n)^(-3*A288851(n)/2).
a(n) ~ c * exp(2*Pi*n) * sqrt(n), where c = 2^(17/2) * Gamma(3/4)^24 / (27 * Pi^(13/2)) = 1.0344943380746471723299237298670710161068814236907171661035... - Vaclav Kotesovec, Jul 09 2017, updated Mar 05 2018

A289540 Coefficients in expansion of 1/E_6^(1/12).

Original entry on oeis.org

1, 42, 12852, 4780104, 1974512526, 863778376440, 391960077239304, 182430901827757632, 86505196617272556900, 41607881477457256661154, 20239469012268054187498440, 9935363620927698868439915544, 4914082482014906612773260362232
Offset: 0

Views

Author

Seiichi Manyama, Jul 15 2017

Keywords

Crossrefs

E_6^(k/12): A289570 (k=-18), A000706 (k=-12), A289567 (k=-6), this sequence (k=-1), A109817 (k=1), A289325 (k=2), A289326 (k=3), A289327 (k=4), A289328 (k=5), A289293 (k=6), A289345 (k=7), A289346 (k=8), A289347 (k=9), A289348 (k=10), A289349 (k=11).

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[(1 - 504*Sum[DivisorSigma[5,k]*x^k, {k, 1, nmax}])^(-1/12), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 26 2017 *)

Formula

G.f.: Product_{n>=1} (1-q^n)^(-A288851(n)/12).
a(n) ~ c * exp(2*Pi*n) / n^(11/12), where c = 2^(5/12) * Gamma(3/4)^(4/3) / (3^(1/6) * Pi^(1/3) * Gamma(1/12)) = 0.08654217651555778130817946575840803466... - Vaclav Kotesovec, Jul 26 2017, updated Mar 05 2018
a(0) = 1, a(n) = (1/n)*Sum_{k=1..n} A299503(k)*a(n-k) for n > 0. - Seiichi Manyama, Feb 27 2018

A289557 Expansion of Hypergeometric function F(1/12, 7/12; 1; 1728*x) in powers of x.

Original entry on oeis.org

1, 84, 62244, 64318800, 76748408100, 99281740718160, 135254824771706640, 191023977418391557440, 277044462249611005649700, 410066847753461267769800400, 616822552390756438979333761680, 940037569843512813004504652800320
Offset: 0

Views

Author

Seiichi Manyama, Jul 07 2017

Keywords

Crossrefs

Programs

  • PARI
    a(n) = (12^n/n!^2) * prod(k=0, n-1, (12*k+1)*(12*k+7)); \\ Michel Marcus, Jul 08 2017

Formula

a(n) * n^2 = a(n-1) * 12 * (12*n - 5) * (12*n - 11).
a(n) = (12^n/n!^2) * Product_{k=0..n-1} (12k+1)*(12k+7).
a(n) ~ 2^(6*n-5/6) * 3^(3*n) / (sqrt(Pi) * Gamma(1/6) * n^(4/3)). - Vaclav Kotesovec, Jul 08 2017
Previous Showing 11-13 of 13 results.