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

A301562 Expansion of Product_{k>=0} (1 + x^(5*k+1))*(1 + x^(5*k+2)).

Original entry on oeis.org

1, 1, 1, 1, 0, 0, 1, 2, 2, 2, 1, 1, 2, 3, 3, 2, 2, 3, 5, 6, 5, 4, 4, 6, 8, 8, 7, 7, 9, 12, 13, 11, 10, 12, 16, 19, 19, 17, 18, 23, 27, 27, 25, 25, 30, 37, 40, 38, 37, 42, 50, 55, 54, 52, 57, 68, 77, 78, 75, 78, 90, 102, 106, 104, 106, 120, 138, 146, 144, 145, 158
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 23 2018

Keywords

Comments

Number of partitions of n into distinct parts congruent to 1 or 2 mod 5.

Examples

			a(13) = 3 because we have [12, 1], [11, 2] and [7, 6].
		

Crossrefs

Programs

  • Mathematica
    nmax = 70; CoefficientList[Series[Product[(1 + x^(5 k + 1)) (1 + x^(5 k + 2)), {k, 0, nmax}], {x, 0, nmax}], x]
    nmax = 70; CoefficientList[Series[QPochhammer[-x, x^5] QPochhammer[-x^2, x^5], {x, 0, nmax}], x]
    nmax = 70; CoefficientList[Series[Product[(1 + Boole[MemberQ[{1, 2}, Mod[k, 5]]] x^k), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=1} (1 + x^A047216(k)).
a(n) ~ exp(Pi*sqrt(2*n/15)) / (2^(17/20) * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Mar 24 2018

A301563 Expansion of Product_{k>=0} (1 + x^(5*k+1))*(1 + x^(5*k+3)).

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 1, 1, 1, 2, 1, 2, 2, 1, 3, 2, 2, 4, 3, 4, 4, 4, 6, 4, 6, 7, 5, 9, 8, 8, 11, 9, 12, 12, 12, 16, 13, 17, 19, 17, 23, 21, 24, 27, 24, 32, 30, 32, 40, 35, 43, 45, 44, 53, 50, 59, 62, 61, 75, 70, 78, 87, 83, 99, 97, 105, 118, 112, 133, 134, 138, 159, 153
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 23 2018

Keywords

Comments

Number of partitions of n into distinct parts congruent to 1 or 3 mod 5.

Examples

			a(14) = 3 because we have [13, 1], [11, 3] and [8, 6].
		

Crossrefs

Programs

  • Mathematica
    nmax = 72; CoefficientList[Series[Product[(1 + x^(5 k + 1)) (1 + x^(5 k + 3)), {k, 0, nmax}], {x, 0, nmax}], x]
    nmax = 72; CoefficientList[Series[QPochhammer[-x, x^5] QPochhammer[-x^3, x^5], {x, 0, nmax}], x]
    nmax = 72; CoefficientList[Series[Product[(1 + Boole[MemberQ[{1, 3}, Mod[k, 5]]] x^k), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=1} (1 + x^A047219(k)).
a(n) ~ exp(Pi*sqrt(2*n/15)) / (2^(21/20) * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Mar 24 2018

A107235 Expansion of 1 / Product_{n>=0} (1 - q^(5n+1))*(1 - q^(5n+2))*(1 - q^(5n+4)).

Original entry on oeis.org

1, 1, 2, 2, 4, 4, 7, 8, 12, 14, 19, 23, 31, 37, 48, 57, 73, 86, 109, 128, 159, 187, 229, 269, 326, 382, 458, 535, 638, 742, 879, 1019, 1200, 1388, 1625, 1875, 2185, 2514, 2916, 3347, 3868, 4427, 5099, 5822, 6683, 7614, 8712, 9904, 11301, 12821, 14589
Offset: 0

Views

Author

Ralf Stephan, May 13 2005

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[1/Product[(1 - x^(5*k+1))*(1 - x^(5*k+2))*(1 - x^(5*k+4)), {k, 0, nmax/5}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jan 07 2021 *)

Formula

a(n) ~ Pi^(2/5) * exp(Pi*sqrt(2*n/5)) / (Gamma(3/5) * 2^(7/10) * 5^(4/5) * n^(7/10)). - Vaclav Kotesovec, Jan 07 2021

A107236 Expansion of 1 / Product_{n>=0} (1 - q^(5n+1))*(1 - q^(5n+3))*(1 - q^(5n+4)).

Original entry on oeis.org

1, 1, 1, 2, 3, 3, 5, 6, 8, 11, 13, 16, 22, 26, 32, 40, 49, 59, 73, 87, 105, 126, 151, 178, 214, 252, 297, 351, 413, 481, 566, 658, 767, 892, 1034, 1195, 1386, 1595, 1838, 2114, 2429, 2781, 3189, 3642, 4160, 4744, 5404, 6141, 6986, 7921, 8980
Offset: 0

Views

Author

Ralf Stephan, May 13 2005

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[1/Product[(1 - x^(5*k+1))*(1 - x^(5*k+3))*(1 - x^(5*k+4)), {k, 0, nmax/5}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jan 07 2021 *)

Formula

a(n) ~ Pi^(3/5) * exp(Pi*sqrt(2*n/5)) / (Gamma(2/5) * 2^(4/5) * 5^(7/10) * n^(4/5)). - Vaclav Kotesovec, Jan 07 2021

A107237 Expansion of 1 / Product_{n>=0} (1 - q^(5n+2))*(1 - q^(5n+3))*(1 - q^(5n+4)).

Original entry on oeis.org

1, 0, 1, 1, 2, 1, 3, 3, 5, 5, 7, 8, 12, 12, 17, 19, 26, 28, 37, 41, 53, 60, 74, 84, 105, 118, 144, 164, 198, 224, 269, 305, 362, 411, 484, 550, 645, 729, 850, 964, 1117, 1262, 1458, 1647, 1894, 2137, 2446, 2757, 3150, 3542, 4031
Offset: 0

Views

Author

Ralf Stephan, May 13 2005

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[1/Product[(1 - x^(5*k+2))*(1 - x^(5*k+3))*(1 - x^(5*k+4)), {k, 0, nmax/5}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jan 07 2021 *)

Formula

a(n) ~ Pi^(4/5) * exp(Pi*sqrt(2*n/5)) / (Gamma(1/5) * 2^(9/10) * 5^(3/5) * n^(9/10)). - Vaclav Kotesovec, Jan 07 2021
Showing 1-5 of 5 results.