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... .

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

Original entry on oeis.org

1, 1, 6, 48, 411, 3765, 36308, 363446, 3742085, 39405777, 422669224, 4603472960, 50790334667, 566603884871, 6381702580969, 72481863380510, 829331355150992, 9551576115706329, 110654552651370400, 1288710163262774157, 15080440970246785366, 177237948953055593475
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 10 2015

Keywords

Crossrefs

Programs

  • Maple
    T:=proc(n, k) option remember; `if`(n=0 or k=1, 1, T(n, k-1) + `if`(n
    				
  • Mathematica
    Table[SeriesCoefficient[1/Product[x^(3*k)*(1-x^k), {k, 1, n}], {x, 0, n}], {n, 0, 25}]
    Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}], {x, 0, n*(3*n+5)/2}], {n, 0, 25}]

Formula

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

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.