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.

A128143 Expansion of q* (psi(q^9)/phi(q^9))/ (psi(q)/phi(q)) in powers of q where psi(),phi() are Ramanujan theta functions.

Original entry on oeis.org

1, 1, -1, 0, 1, 0, -1, -1, 2, 0, -3, 0, 2, 0, -3, 0, 5, 0, -4, 2, 4, 0, -5, 0, 7, -2, -7, 0, 5, 0, -10, -1, 12, 0, -10, 0, 14, 4, -17, 0, 21, 0, -22, -4, 24, 0, -34, 0, 33, -1, -36, 0, 45, 0, -45, 8, 52, 0, -55, 0, 62, -8, -71, 0, 70, 0, -88, -2, 96, 0, -98, 0, 122, 14, -133, 0, 148, 0, -163, -14, 182, 0, -217, 0, 216, -4
Offset: 1

Views

Author

Michael Somos, Feb 16 2007

Keywords

Comments

Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A010054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).

Programs

  • Mathematica
    A128143[n_] := SeriesCoefficient[q*(QPochhammer[q^9]/QPochhammer[q])* (QPochhammer[q^36]/QPochhammer[q^4])^2*(QPochhammer[q^2]/QPochhammer[q^18])^3, {q, 0, n}]; Rest[Table[A128143[n], {n, 0, 1000}]] (* G. C. Greubel, Oct 09 2017 *)
  • PARI
    {a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff( eta(x^2+A)^3*eta(x^9+A)*eta(x^36+A)^2/ (eta(x+A)*eta(x^4+A)^2*eta(x^18+A)^3), n))}

Formula

Euler transform of period 36 sequence [ 1, -2, 1, 0, 1, -2, 1, 0, 0, -2, 1, 0, 1, -2, 1, 0, 1, 0, 1, 0, 1, -2, 1, 0, 1, -2, 0, 0, 1, -2, 1, 0, 1, -2, 1, 0, ...].
Expansion of eta(q^2)^3* eta(q^9)* eta(q^36)^2/ (eta(q)* eta(q^4)^2* eta(q^18)^3) in powers of q.
G.f. A(x) satisfies 0=f(A(x), A(x^2)) where f(u, v)=v* (1-v+v^2)* (1-u^2)^2 -(1-u*v)^2* (u-v)^2.
a(6*n) = a(6*n+4) = 0.
A092848(n) = a(6*n+2).
A128144(n) = -a(n) if n>0.
A128145(n) = a(n) if n>0.

A128144 Expansion of chi(-q)* chi(-q^2)* chi(-q^9)/( chi(-q^3)* chi(q^9)) in powers of q where chi() is a Ramanujan theta function.

Original entry on oeis.org

1, -1, -1, 1, 0, -1, 0, 1, 1, -2, 0, 3, 0, -2, 0, 3, 0, -5, 0, 4, -2, -4, 0, 5, 0, -7, 2, 7, 0, -5, 0, 10, 1, -12, 0, 10, 0, -14, -4, 17, 0, -21, 0, 22, 4, -24, 0, 34, 0, -33, 1, 36, 0, -45, 0, 45, -8, -52, 0, 55, 0, -62, 8, 71, 0, -70, 0, 88, 2, -96, 0, 98, 0, -122, -14, 133, 0, -148, 0, 163, 14, -182, 0, 217, 0, -216
Offset: 0

Views

Author

Michael Somos, Feb 16 2007

Keywords

Comments

Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A010054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).

Programs

  • Mathematica
    A128144[n_] := SeriesCoefficient[((QPochhammer[q]*QPochhammer[q^6] *QPochhammer[q^36]*QPochhammer[q^9]^2)/(QPochhammer[q^3]*QPochhammer[q^4] *QPochhammer[q^18]^3)), {q, 0, n}]; Table[A128144[n], {n, 0, 50}] (* G. C. Greubel, Oct 09 2017 *)
  • PARI
    {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( eta(x+A)*eta(x^6+A)*eta(x^36+A)*eta(x^9+A)^2/ (eta(x^3+A)*eta(x^4+A)*eta(x^18+A)^3), n))}

Formula

Expansion of (eta(q)* eta(q^6)* eta(q^36)* eta(q^9)^2)/(eta(q^3)* eta(q^4)* eta(q^18)^3) in powers of q.
Euler transform of period 36 sequence [ -1, -1, 0, 0, -1, -1, -1, 0, -2, -1, -1, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, -1, -1, 0, -1, -1, -2, 0, -1, -1, -1, 0, 0, -1, -1, 0, ...].
G.f. A(x) satisfies 0=f(A(x), A(x^2)) where f(u, v)= (1-v)*(1-v+v^2)*(2*u-u^2)^2 -(u+v-u*v)^2*(u-v)^2.
a(6*n+4)=0. a(6*n)=0 if n>0.
A092848(n) = -a(6*n+2).
A128143(n) = -a(n) if n>0.
A128145(n) = -a(n) if n>0.

A233034 Expansion of (f(-x^2) / phi(-x^3))^2 in powers of x where phi(), f() are Ramanujan theta functions.

Original entry on oeis.org

1, 0, -2, 4, -1, -8, 14, -4, -23, 40, -10, -60, 98, -24, -140, 224, -54, -304, 478, -112, -627, 968, -224, -1236, 1884, -432, -2346, 3540, -801, -4320, 6454, -1448, -7742, 11472, -2556, -13548, 19936, -4408, -23226, 33952, -7462, -39080, 56800, -12416, -64660
Offset: 0

Views

Author

Michael Somos, Dec 03 2013

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Cubic AGM theta functions: a(q) (see A004016), b(q) (A005928), c(q) (A005882).

Examples

			G.f. = 1 - 2*x^2 + 4*x^3 - x^4 - 8*x^5 + 14*x^6 - 4*x^7 - 23*x^8 + 40*x^9 + ...
G.f. = q - 2*q^13 + 4*q^19 - q^25 - 8*q^31 + 14*q^37 - 4*q^43 - 23*q^49 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ (QPochhammer[ x^2] QPochhammer[ x^6] / QPochhammer[ x^3]^2)^2, {x, 0, n}];
  • PARI
    {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A) * eta(x^6 + A) / eta(x^3 + A)^2)^2, n))};

Formula

Expansion of q^(-2/3) * b(q^2) * c(q^2) / (3 * f(-q^3)^4) in powers of q where b(), c() are cubic AGM theta functions.
Expansion of q^(-1/6) * (eta(q^2) * eta(q^6) / eta(q^3)^2)^2 in powers of q.
Euler transform of period 6 sequence [ 0, -2, 4, -2, 0, 0, ...].
G.f.: Product_{k>0} ( (1 - x^(2*k)) * (1 - x^(6*k)) / (1 - x^(3*k))^2 )^2.
a(n) = A092848(2*n) = A128111(2*n) = A182057(4*n) = A062242(4*n + 1) = A182056(4*n + 1) = A139032(6*n + 1) = A164615(6*n + 1) = A182033(6*n + 1) = A058531(12*n + 2) = A093073(12*n + 2) = A128143(12*n + 2) = A128145(12*n + 2) = A143840(12*n + 2) = A182032(12*n + 2) = A193261(12*n + 2).
-a(n) = A062244(4*n + 1) = A182034(6*n + 1) = A182035(6*n + 1) = A128144(12*n + 2) = A132976(12*n + 3) = A164268(12*n + 2) = A164612(12*n + 3) = A182035(12*n + 2).
Showing 1-3 of 3 results.