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.

A146164 Expansion of f(-x^4) * chi(x^5) / f(-x^5) in powers of x where f(), chi() are Ramanujan theta functions.

Original entry on oeis.org

1, 0, 0, 0, -1, 2, 0, 0, -1, -2, 3, 0, 0, -2, -3, 6, 0, 0, -3, -6, 11, 0, 0, -6, -10, 18, 0, 0, -9, -16, 28, 0, 0, -14, -25, 44, 0, 0, -22, -38, 67, 0, 0, -32, -57, 100, 0, 0, -48, -84, 146, 0, 0, -70, -121, 210, 0, 0, -99, -172, 299, 0, 0, -140, -243, 420, 0
Offset: 0

Views

Author

Michael Somos, Oct 27 2008, Nov 10 2008

Keywords

Comments

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

Examples

			G.f. = 1 - x^4 + 2*x^5 - x^8 - 2*x^9 + 3*x^10 - 2*x^13 - 3*x^14 + 6*x^15 + ...
G.f. = 1/q - q^15 + 2*q^19 - q^31 - 2*q^35 + 3*q^39 - 2*q^51 - 3*q^55 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ QPochhammer[ x^4] QPochhammer[ -x^5, x^10] / QPochhammer[ x^5], {x, 0, n}]; (* Michael Somos, Sep 03 2015 *)
  • PARI
    {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^4 + A) * eta(x^10 + A)^2 / (eta(x^5 + A)^2 * eta(x^20 + A)), n))};

Formula

Expansion of q^(1/4) * eta(q^4) * eta(q^10)^2 / (eta(q^5)^2 * eta(q^20)) in powers of q.
Euler transform of period 20 sequence [ 0, 0, 0, -1, 2, 0, 0, -1, 0, 0, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (80 t)) = (5/4)^(1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A146162.
a(5*n + 1) = a(5*n + 2) = 0.
a(n) = A138532(2*n + 1). a(5*n + 4) = - A146163(n).
Convolution inverse of A146165.

Extensions

Edited by N. J. A. Sloane, Nov 21 2008 at the suggestion of R. J. Mathar

A146162 Expansion of eta(q^2)^2 * eta(q^5) / (eta(q) * eta(q^4)^2) in powers of q.

Original entry on oeis.org

1, 1, 0, 1, 2, 1, 0, 2, 4, 3, 0, 3, 8, 4, 0, 6, 14, 8, 0, 10, 22, 12, 0, 16, 36, 21, 0, 25, 56, 30, 0, 38, 84, 48, 0, 57, 126, 68, 0, 84, 184, 102, 0, 121, 264, 143, 0, 172, 376, 207, 0, 243, 528, 284, 0, 338, 732, 400, 0, 465, 1008, 542, 0, 636, 1374, 744, 0, 862, 1856, 996, 0
Offset: 0

Views

Author

Michael Somos, Oct 27 2008

Keywords

Examples

			1 + q + q^3 + 2*q^4 + q^5 + 2*q^7 + 4*q^8 + 3*q^9 + 3*q^11 + 8*q^12 + ...
		

Crossrefs

A138526(n) = a(4*n). A145722(n) = a(4*n + 1). A146163(n) = a(4*n + 3).

Programs

  • Mathematica
    a[n_]:= SeriesCoefficient[QPochhammer[x^5]/(QPochhammer[x]* QPochhammer[ -x^2, x^2]^2), {x, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Dec 04 2017 *)
  • PARI
    {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^5 + A) / (eta(x + A) * eta(x^4 + A)^2), n))}

Formula

Euler transform of period 20 sequence [ 1, -1, 1, 1, 0, -1, 1, 1, 1, -2, 1, 1, 1, -1, 0, 1, 1, -1, 1, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (80 t)) = (4/5)^(1/2) g(t) where q = exp(2 Pi i t) and g() is g.f. for A146164.
a(4*n + 2) = 0.
Showing 1-2 of 2 results.