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.

Previous Showing 11-14 of 14 results.

A053259 Coefficients of the '5th-order' mock theta function phi_1(q).

Original entry on oeis.org

0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 2, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, 3, 2, 2, 3, 3, 2, 2, 2, 3, 3, 2, 3, 4, 2, 2, 4, 4, 3, 3, 4, 4, 4, 3, 4, 5, 4, 4, 5, 5, 4, 4, 5, 6, 5, 4, 6, 7, 5, 5, 6, 7, 6, 6, 7, 7, 7, 6, 8, 9, 7, 7, 9
Offset: 0

Views

Author

Dean Hickerson, Dec 19 1999

Keywords

References

  • Srinivasa Ramanujan, Collected Papers, Chelsea, New York, 1962, pp. 354-355.
  • Srinivasa Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, pp. 19, 22, 25.

Crossrefs

Other '5th-order' mock theta functions are at A053256, A053257, A053258, A053260, A053261, A053262, A053263, A053264, A053265, A053266, A053267.

Programs

  • Mathematica
    Series[Sum[q^(n+1)^2 Product[1+q^(2k-1), {k, 1, n}], {n, 0, 9}], {q, 0, 100}]
    nmax = 100; CoefficientList[Series[Sum[x^((k+1)^2) * Product[1+x^(2*j-1), {j, 1, k}], {k, 0, Floor[Sqrt[nmax]]}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 12 2019 *)

Formula

G.f.: phi_1(q) = Sum_{n>=0} q^(n+1)^2 (1+q)(1+q^3)...(1+q^(2n-1)).
a(n) is the number of partitions of n into odd parts such that each occurs at most twice, the largest part is unique and if k occurs as a part then all smaller positive odd numbers occur.
a(n) ~ exp(Pi*sqrt(n/30)) / (2*5^(1/4)*sqrt(phi*n)), where phi = A001622 = (1+sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, Jun 12 2019

A376581 G.f.: Sum_{k>=0} x^(k^2) / Product_{j=1..k} (1 - x^(2*j-1))^2.

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 9, 13, 17, 22, 30, 38, 48, 62, 78, 97, 122, 151, 184, 228, 278, 335, 408, 491, 588, 707, 843, 1000, 1189, 1407, 1658, 1955, 2295, 2686, 3145, 3670, 4270, 4968, 5763, 6671, 7720, 8909, 10263, 11816, 13577, 15574, 17850, 20424, 23333, 26638, 30365
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 29 2024

Keywords

Crossrefs

Programs

  • Mathematica
    nmax=100; CoefficientList[Series[Sum[x^(k^2)/Product[1-x^(2*j-1), {j, 1, k}]^2, {k, 0, Sqrt[nmax]}], {x, 0, nmax}], x]

Formula

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

A255065 Expansion of x * psi(x^5) * f(-x^10) / f(-x^4, -x^6) in powers of x where psi(), f() are Ramanujan theta functions.

Original entry on oeis.org

1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 3, 2, 3, 3, 4, 4, 4, 4, 6, 5, 6, 6, 8, 8, 10, 9, 11, 11, 13, 13, 16, 15, 17, 18, 21, 21, 24, 24, 28, 29, 32, 33, 38, 38, 43, 44, 49, 51, 57, 58, 65, 67, 73, 76, 85, 87, 95, 99, 109, 113, 123, 127, 139, 145, 157
Offset: 1

Views

Author

Michael Somos, Jul 08 2015

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Rogers-Ramanujan functions: G(q) (see A003114), H(q) (A003106).

Examples

			G.f. = x + x^5 + x^6 + x^7 + x^9 + x^10 + x^11 + x^12 + 2*x^13 + x^14 + ...
G.f. = q^119 + q^599 + q^719 + q^839 + q^1079 + q^1199 + q^1319 + q^1439 + ...
		

References

  • Srinivasa Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, p. 23, 7th equation.

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ Product[ x * (1 - x^k)^{ 0, 0, 0, -1, -1, -1, 0, 0, 0, 1} [[Mod[k, 10, 1]]], {k, n}], {x, 0, n}];
  • PARI
    {a(n) = if( n<1, 0, n--; polcoeff( prod(k=1, n, (1 - x^k + x * O(x^n))^[ 1, 0, 0, 0, -1, -1, -1, 0, 0, 0][k%10+1]), n))};

Formula

Expansion of x * f(-x, -x^9) * f(-x^10) / f(-x, -x^4) in powers of x where f(,) is the Ramanujan general theta function.
Expansion of x * psi(x^5) * H(x^2) in powers of x where f(,) is the Ramanujan general theta function and H() is a Rogers-Ramanujan function. - Michael Somos, Jul 09 2015
Euler transform of period 10 sequence [ 0, 0, 0, 1, 1, 1, 0, 0, 0, -1, ...].
G.f.: x * (Sum_{k>0} x^(5*k*(k-1)/2)) / (Product_{k in Z} 1 - x^abs(10*k + 4)).
A053266(n) = A053264(n) + a(n) unless n=0.

A260971 Expansion of phi_0(-q) in powers of q where phi_0() is a 5th-order mock theta function.

Original entry on oeis.org

1, -1, 1, 0, 1, -1, 0, -1, 1, -1, 1, 0, 1, -1, 1, -1, 1, -2, 1, -1, 1, -1, 1, -1, 2, -2, 2, -1, 2, -2, 1, -2, 2, -2, 2, -2, 2, -3, 2, -2, 3, -3, 3, -2, 3, -3, 3, -3, 3, -4, 4, -3, 4, -4, 3, -4, 4, -5, 4, -4, 5, -5, 5, -5, 6, -6, 5, -5, 6, -6, 6, -6, 7, -7, 7
Offset: 0

Views

Author

Michael Somos, Aug 06 2015

Keywords

Examples

			G.f. = 1 - x + x^2 + x^4 - x^5 - x^7 + x^8 - x^9 + x^10 + x^12 - x^13 + ...
G.f. = q^-1 - q^119 + q^239 + q^479 - q^599 - q^839 + q^959 - q^1079 + ...
		

Crossrefs

Programs

  • Mathematica
    a[n_]:= SeriesCoefficient[Sum[(-x)^( k^2)*Product[1 - x^(2*j - 1), {j, 1, k}], {k, 0, Sqrt[n]}], {x, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Aug 01 2018 *)
  • PARI
    {a(n) = if( n<0, 0, polcoeff( sum(k=0, sqrtint(n), (-x)^k^2 * prod(i=1, k, 1 - x^(2*i - 1), 1 + x * O(x^(n - k^2)))), n))};

Formula

G.f.: Sum_{k >= 0} (-x)^n^2 * (1 - x) * (1 - x^3) * ... * (1 - x^(2*k-1)).
a(n) = (-1)^n * A053258(n) = 2 * A053264(n) - A053262(n).
a(n) ~ (-1)^n * sqrt(phi) * exp(Pi*sqrt(n/30)) / (2*5^(1/4)*sqrt(n)), where phi = A001622 = (1+sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, Jun 15 2019
Previous Showing 11-14 of 14 results.