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-3 of 3 results.

A327063 Expansion of Product_{k>=1} (Product_{j=1..k} (1 + x^(k*j))^j).

Original entry on oeis.org

1, 1, 1, 2, 4, 5, 8, 11, 15, 24, 34, 43, 63, 87, 115, 159, 217, 279, 380, 505, 657, 868, 1139, 1458, 1913, 2482, 3162, 4069, 5232, 6628, 8469, 10755, 13544, 17127, 21634, 27061, 33988, 42557, 52985, 66069, 82289, 101862, 126281, 156275, 192655, 237530, 292502
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 19 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[Product[Product[(1+x^(k*j))^j, {j, 1, Min[k, nmax/k]}], {k, 1, nmax}], {x, 0, nmax}], x]

A327065 Expansion of Product_{k>=1} (Product_{j=1..k} (1 + x^(k*j))^(k*j)).

Original entry on oeis.org

1, 1, 2, 5, 12, 20, 42, 75, 141, 259, 466, 799, 1427, 2443, 4169, 7049, 11863, 19605, 32518, 53184, 86579, 140018, 225380, 359739, 572864, 905903, 1426270, 2234952, 3488313, 5416403, 8383226, 12917257, 19831763, 30334937, 46245977, 70242043, 106371686
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 19 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[Product[(1+x^(k*j))^(k*j), {j, 1, Min[k, nmax/k]}], {k, 1, nmax}], {x, 0, nmax}], x]

A327067 Expansion of Product_{k>=1} (Product_{j=1..k} 1/(1 - x^(k*j))^k).

Original entry on oeis.org

1, 1, 3, 6, 15, 26, 57, 101, 202, 358, 670, 1165, 2113, 3614, 6326, 10691, 18275, 30408, 50969, 83716, 137943, 223883, 363547, 583369, 935524, 1485673, 2355496, 3705275, 5815497, 9066696, 14100325, 21802824, 33622951, 51592978, 78949673, 120278899, 182742752
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 19 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[Product[1/(1-x^(k*j))^k, {j, 1, Min[k, nmax/k]}], {k, 1, nmax}], {x, 0, nmax}], x]
Showing 1-3 of 3 results.