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.

A279320 Expansion of chi(-x^4) * psi(x^6) / phi(-x) in powers of x where phi(), psi(), chi() are Ramanujan theta functions.

Original entry on oeis.org

1, 2, 4, 8, 15, 26, 45, 74, 119, 188, 291, 442, 664, 982, 1435, 2076, 2972, 4214, 5929, 8272, 11457, 15762, 21543, 29264, 39532, 53110, 70988, 94430, 125033, 164826, 216388, 282940, 368552, 478326, 618621, 797376, 1024485, 1312184, 1675657, 2133664, 2709307
Offset: 0

Views

Author

Michael Somos, Dec 09 2016

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 + 2*x + 4*x^2 + 8*x^3 + 15*x^4 + 26*x^5 + 45*x^6 + 74*x^7 + ...
G.f. = q^11 + 2*q^23 + 4*q^35 + 8*q^47 + 15*q^59 + 26*q^71 + 45*q^83 + ...
		

Crossrefs

Cf. A131945.

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ x^(-3/4)/2 QPochhammer[ -x^4, x^4] EllipticTheta[ 2, 0, x^3] / EllipticTheta[ 4, 0, x], {x, 0, n}];
    a[ n_] := SeriesCoefficient[ 2^(-3/2)/x EllipticTheta[ 2, Pi/4, x] EllipticTheta[ 2, 0, x^3] / QPochhammer[ x]^2, {x, 0, n}];
    nmax = 50; CoefficientList[Series[Product[(1+x^k) * (1+x^(4*k)) * (1+x^(6*k)) * (1-x^(12*k)) / (1-x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 10 2016 *)
  • PARI
    {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^8 + A) * eta(x^12 + A)^2 / (eta(x + A)^2 * eta(x^4 + A) * eta(x^6 + A)), n))};

Formula

Expansion of f(-x^2, -x^10) * f(-x^8) / f(-x)^2 in powers of x where f(, ) is Ramanujan's general theta function.
Expansion of q^(-11/12) * eta(q^2) * eta(q^8) * eta(q^12)^2 / (eta(q)^2 * eta(q^4) * eta(q^6)) in powers of q.
Euler transform of period 24 sequence [ 2, 1, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 1, 2, 0, ...].
a(n) ~ exp(sqrt(13*n/3)*Pi/2) * 13^(1/4) / (16*sqrt(2)*3^(3/4)*n^(3/4)). - Vaclav Kotesovec, Dec 10 2016

A279476 Expansion of phi(-x^4) / (chi(-x^12) * f(-x)^2) in powers of x where phi(), chi(), f() are Ramanujan theta functions.

Original entry on oeis.org

1, 2, 5, 10, 18, 32, 55, 90, 145, 228, 351, 532, 796, 1172, 1708, 2462, 3512, 4966, 6965, 9688, 13383, 18362, 25031, 33922, 45717, 61280, 81737, 108506, 143387, 188672, 247249, 322734, 419702, 543852, 702300, 903932, 1159779, 1483492, 1892012, 2406210, 3051796
Offset: 0

Views

Author

Michael Somos, Dec 12 2016

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 + 2*x + 5*x^2 + 10*x^3 + 18*x^4 + 32*x^5 + 55*x^6 + ...
G.f. = q^5 + 2*q^17 + 5*q^29 + 10*q^41 + 18*q^53 + 32*q^65 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, x^4] QPochhammer[ -x^12, x^12] / QPochhammer[ x]^2 , {x, 0, n}];
    a[ n_] := SeriesCoefficient[ QPochhammer[ -x^2, x^4] QPochhammer[ -x^12, x^12] / EllipticTheta[ 4, 0, x] , {x, 0, n}];
  • PARI
    {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^4 + A)^2 * eta(x^24 + A) / (eta(x + A)^2 * eta(x^8 + A) * eta(x^12 + A)), n))};
    
  • PARI
    q='q+O('q^99); Vec(eta(q^4)^2*eta(q^24)/(eta(q)^2*eta(q^8)*eta(q^12))) \\ Altug Alkan, Jul 30 2018

Formula

Expansion of chi(x^2) / (chi(-x^12) * phi(-x)) in powers of x where phi(), chi() are Ramanujan theta functions.
Expansion of q^(-5/12) * eta(q^4)^2 * eta(q^24) / (eta(q)^2 * eta(q^8) * eta(q^12)) in powers of q.
Euler transform of period 24 sequence [ 2, 2, 2, 0, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 0, 2, 2, 2, 1, ...].
G.f. is a period 1 Fourier series that satisfies f(-1 / (864 t)) = 288^(-1/2) (t/i)^(-1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A279479.
a(n) = A131945(2*n + 1).
a(n) ~ sqrt(5) * exp(sqrt(10*n)*Pi/3) / (24*n). - Vaclav Kotesovec, Nov 29 2019
Showing 1-2 of 2 results.