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.

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

Original entry on oeis.org

1, 10, 294, 10592, 433350, 19269768, 910578172, 45070219993, 2313935076132, 122371149279812, 6631958513821919, 366896706349540194, 20656935779581469141, 1180759136663178459661, 68388869189063880001236, 4007252716834400744174729, 237231272998203169561835387
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 10 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/Product[x^(2*k)*(1-x^k)^3, {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}]^3, {x, 0, n*(n+2)}], {n, 0, 20}]

Formula

a(n) ~ c * d^n / n^3, where d = 70.2047644028747363037741119300640924984352825702388550206966992563459... = r^5/(r-1)^3, where r is the root of the equation polylog(2, 1-r) + (5*log(r)^2)/6 = 0, c = 4.0416205700754156... .

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

Original entry on oeis.org

1, 6, 69, 915, 12978, 194688, 3051617, 49526487, 826910754, 14135805042, 246508115583, 4372617452085, 78714369892152, 1435357362134796, 26472477913596486, 493178852479545556, 9270953614684288962, 175695092091980786166, 3354069936616380522256
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 10 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/Product[x^k*(1-x^k)^3, {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}]^3, {x, 0, n*(n+3)/2}], {n, 0, 20}]

Formula

a(n) ~ c * d^n / n^3, where d = 22.0610202494679061193859054301626736218023392292898139172609021542610... = r^4/(r-1)^3, where r is the root of the equation polylog(2, 1-r) + (2*log(r)^2)/3 = 0, c = 20.953639522741... .

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

Original entry on oeis.org

1, 5, 112, 3216, 104112, 3661517, 136580866, 5323418568, 214685704402, 8897404908604, 377068336570902, 16280261371485594, 714081427614467553, 31747177836376617322, 1428084942303149795972, 64902413675181889657064, 2976483322906106920966911
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 10 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/Product[x^(3*k)*(1-x^k)^2, {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}]^2, {x, 0, n*(3*n+5)/2}], {n, 0, 20}]

Formula

a(n) ~ c * d^n / n^(5/2), where d = 53.0676066669703028123492951828168330443393201750491213178019371417684... = r^5/(r-1)^2, where r is the root of the equation polylog(2, 1-r) + (5*log(r)^2)/4 = 0, c = 0.983501005499107... .

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

Original entry on oeis.org

1, 15, 882, 67385, 5938518, 575782833, 59765085601, 6529604684991, 742474127495175, 87176531917206953, 10508492822243329854, 1294860745291809207237, 162553748258042032103013, 20735748733960087597815855, 2682101373558320853655174803
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 10 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/Product[x^(3*k)*(1-x^k)^3, {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}]^3, {x, 0, n*(3*n+5)/2}], {n, 0, 20}]

Formula

a(n) ~ c * d^n / n^3, where d = 157.540286488430979726276374519534734829527107090287337321136938826336... = r^6/(r-1)^3, where r is the root of the equation polylog(2, 1-r) + log(r)^2 = 0, c = 1.797864597437050667... .
Showing 1-4 of 4 results.