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.

Showing 1-4 of 4 results.

A289366 Coefficients in expansion of (E_6^2/E_4^3)^(1/288).

Original entry on oeis.org

1, -6, -702, -393804, -132734778, -61428055320, -26480146877172, -12318952616296752, -5730786812846192490, -2732960583228848850522, -1314627022075990658598360, -639871947654492158944455132, -313833506047227501170833823292
Offset: 0

Views

Author

Seiichi Manyama, Jul 04 2017

Keywords

Comments

In general, for 0 < m < 1/2, the expansion of (E_6^2/E_4^3)^m is asymptotic to -m * 3^m * Gamma(1/4)^(8*m) * exp(2*n*Pi) / (2^(8*m-1) * Pi^(6*m) * Gamma(1-2*m) * n^(1+2*m)). - Vaclav Kotesovec, Mar 04 2018

Crossrefs

(E_6^2/E_4^3)^(k/288): this sequence (k=1), A296609 (k=2), A296614 (k=3), A296652 (k=4), A297021 (k=6), A299422 (k=8), A299862 (k=9), A289368 (k=12), A299856 (k=16), A299857 (k=18), A299858 (k=24), A299863 (k=32), A299859 (k=36), A299860 (k=48), A299861 (k=72), A299414 (k=96), A299413 (k=144), A289210 (k=288).

Programs

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

Formula

G.f.: (1 - 1728/j)^(1/288).
G.f.: Product_{n>=1} (1-q^n)^A289367(n).
a(n) ~ c * exp(2*Pi*n) / n^(145/144), where c = -Gamma(1/4)^(1/36) / (48 * 2^(1/36) * 3^(287/288) * Pi^(1/48) * Gamma(143/144)) = -0.006892157290355982837398273285864980110980721215574657372422958228077... - Vaclav Kotesovec, Jul 08 2017, updated Mar 04 2018
a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A300025(k)*a(n-k) for n > 0. - Seiichi Manyama, Feb 25 2018
a(n) * A289365(n) ~ -sin(Pi/144) * exp(4*Pi*n) / (144*Pi*n^2). - Vaclav Kotesovec, Mar 04 2018

A301271 Expansion of (1-16*x)^(1/8).

Original entry on oeis.org

1, -2, -14, -140, -1610, -19964, -259532, -3485144, -47920730, -670890220, -9526641124, -136837208872, -1984139528644, -28998962341720, -426699017313880, -6315145456245424, -93937788661650682, -1403541077650545484, -21053116164758182260, -316904801216886322440
Offset: 0

Views

Author

Seiichi Manyama, Jun 15 2018

Keywords

Crossrefs

(1-b*x)^(1/A003557(b)): A002420 (b=4), A004984 (b=8), A004990 (b=9), (-1)^n * A108735 (b=12), this sequence (b=16), (-1)^n * A108733 (b=18), A049393 (b=25), A004996 (b=36), A303007 (b=240), A303055 (b=504), A305886 (b=1728).

Programs

  • PARI
    N=20; x='x+O('x^N); Vec((1-16*x)^(1/8))

Formula

a(n) = 2^n/n! * Product_{k=0..n-1} (8*k - 1) for n > 0.
a(n) = -sqrt(2-sqrt(2)) * Gamma(1/8) * Gamma(n-1/8) * 16^(n-1) / (Pi*Gamma(n+1)). - Vaclav Kotesovec, Jun 16 2018
a(n) ~ -2^(4*n-3) / (Gamma(7/8) * n^(9/8)). - Vaclav Kotesovec, Jun 16 2018
D-finite with recurrence: n*a(n) +2*(-8*n+9)*a(n-1)=0. - R. J. Mathar, Jan 20 2020
a(n) = -2*A097184(n-1). - R. J. Mathar, Jan 20 2020

A303007 Expansion of (1-240*x)^(1/8).

Original entry on oeis.org

1, -30, -3150, -472500, -81506250, -15160162500, -2956231687500, -595469525625000, -122815589660156250, -25791273828632812500, -5493541325498789062500, -1183608449221102734375000, -257434837705589844726562500, -56437637496994696728515625000
Offset: 0

Views

Author

Seiichi Manyama, Jun 15 2018

Keywords

Crossrefs

(1-b*x)^(1/A003557(b)): A002420 (b=4), A004984 (b=8), A004990 (b=9), (-1)^n * A108735 (b=12), A301271 (b=16), (-1)^n * A108733 (b=18), A049393 (b=25), A004996 (b=36), this sequence (b=240), A303055 (b=504), A305886 (b=1728).

Programs

  • Mathematica
    CoefficientList[Series[Surd[1-240x,8],{x,0,20}],x] (* Harvey P. Dale, Aug 29 2024 *)
  • PARI
    N=20; x='x+O('x^N); Vec((1-240*x)^(1/8))

Formula

a(n) = 30^n/n! * Product_{k=0..n-1} (8*k - 1) for n > 0.
a(n) = 15^n * A301271(n).
a(n) ~ -2^(4*n - 3) * 15^n / (Gamma(7/8) * n^(9/8)). - Vaclav Kotesovec, Jun 16 2018
D-finite with recurrence: n*a(n) +30*(-8*n+9)*a(n-1)=0. - R. J. Mathar, Jan 20 2020

A305991 Expansion of (1-27*x)^(1/9).

Original entry on oeis.org

1, -3, -36, -612, -11934, -250614, -5513508, -125235396, -2911722957, -68910776649, -1653858639576, -40143659706072, -983519662798764, -24285370135261788, -603664914790793016, -15091622869769825400, -379177024602966863175, -9568643738510163782475
Offset: 0

Views

Author

Seiichi Manyama, Jun 16 2018

Keywords

Crossrefs

(1-b*x)^(1/A003557(b)): A002420 (b=4), A004984 (b=8), A004990 (b=9), (-1)^n * A108735 (b=12), A301271 (b=16), (-1)^n * A108733 (b=18), A049393 (b=25), this sequence (b=27), A004996 (b=36), A303007 (b=240), A303055 (b=504), A305886 (b=1728).

Programs

  • PARI
    N=20; x='x+O('x^N); Vec((1-27*x)^(1/9))

Formula

a(n) = 3^n/n! * Product_{k=0..n-1} (9*k - 1) for n > 0.
a(n) ~ 27^n / (Gamma(-1/9) * n^(10/9)). - Vaclav Kotesovec, Jun 16 2018
D-finite with recurrence: n*a(n) +3*(-9*n+10)*a(n-1)=0. - R. J. Mathar, Jan 16 2020
Showing 1-4 of 4 results.