|
| |
|
|
A137828
|
|
Expansion of phi(q) / f(-q^4)^2 in powers of q where phi(), f() are Ramanujan theta functions.
|
|
3
| |
|
|
1, 2, 0, 0, 4, 4, 0, 0, 9, 12, 0, 0, 20, 24, 0, 0, 42, 50, 0, 0, 80, 92, 0, 0, 147, 172, 0, 0, 260, 296, 0, 0, 445, 510, 0, 0, 744, 840, 0, 0, 1215, 1372, 0, 0, 1944, 2176, 0, 0, 3059, 3424, 0, 0, 4740, 5268, 0, 0, 7239, 8040, 0, 0, 10920, 12072, 0, 0, 16286, 17976, 0, 0
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
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) (A10054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).
|
|
|
LINKS
| M. Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
|
|
|
FORMULA
| Expansion of q^(1/3) * eta(q^2)^5 / (eta(q)^2 * eta(q^4)^4) in powers of q.
Euler transform of period 4 sequence [ 2, -3, 2, 1, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = 6^(-1/2) (t/i)^(-1/2) g(t) where q = exp(2 pi i t) and g(t) is g.f. for A051136.
a(4*n+2) = a(4*n+3) = 0.
G.f.: Product_{k>0} (1 + x^k) / ( (1 - x^k) * (1 + x^(2*k))^4 ).
|
|
|
EXAMPLE
| 1/q + 2*q^2 + 4*q^11 + 4*q^14 + 9*q^23 + 12*q^26 + 20*q^35 + 24*q^38 + ...
|
|
|
PROG
| (PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 / eta(x^4 + A)^4 / eta(x + A)^2, n))}
|
|
|
CROSSREFS
| A051136(n) = a(4*n). 2 * A137829(n) = a(4*n+1).
Sequence in context: A072071 A045836 A072070 * A137830 A137505 A107498
Adjacent sequences: A137825 A137826 A137827 * A137829 A137830 A137831
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Michael Somos, Feb 12 2008
|
| |
|
|