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

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

Original entry on oeis.org

1, 3, 3, 1, 0, 3, 9, 9, 3, 3, 12, 18, 12, 6, 18, 37, 33, 15, 22, 54, 66, 42, 36, 81, 114, 84, 57, 112, 189, 171, 109, 156, 279, 294, 201, 222, 405, 486, 360, 328, 564, 747, 617, 504, 783, 1123, 1017, 783, 1065, 1602, 1605
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 27 2015

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ exp(Pi*sqrt(n)/2) / (2^(5/4) * n^(3/4)).

A261638 Expansion of Product_{k>=0} (1+x^(4*k+1))^4.

Original entry on oeis.org

1, 4, 6, 4, 1, 4, 16, 24, 16, 8, 22, 48, 52, 32, 38, 92, 128, 96, 70, 140, 245, 244, 172, 228, 417, 488, 374, 380, 680, 924, 798, 676, 1044, 1560, 1542, 1256, 1625, 2524, 2778, 2304, 2537, 3892, 4716, 4156, 4076, 5908, 7650, 7196, 6592, 8796, 11938
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 27 2015

Keywords

Comments

In general, if j > 0, a > 0, b > 0, GCD(a,b) = 1 and g.f. = Product_{k>=0} (1 + x^(a*k+b))^j, then a(n) ~ 2^((j-3)/2 - j*b/a) * j^(1/4) * exp(Pi*sqrt(j*n/(3*a))) / ((3*a)^(1/4) * n^(3/4)).

Crossrefs

Programs

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

Formula

a(n) ~ exp(Pi*sqrt(n/3)) / (sqrt(2) * 3^(1/4) * n^(3/4)).
Showing 1-2 of 2 results.