|
| |
|
|
A139032
|
|
Expansion of 1 + c(q^6) / c(q^3) where c() is a cubic AGM function.
|
|
3
| |
|
|
1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, -1, 0, 0, 4, 0, 0, -4, 0, 0, -1, 0, 0, 8, 0, 0, -8, 0, 0, -2, 0, 0, 14, 0, 0, -14, 0, 0, -4, 0, 0, 24, 0, 0, -23, 0, 0, -6, 0, 0, 40, 0, 0, -38, 0, 0, -10, 0, 0, 63, 0, 0, -60, 0, 0, -16, 0, 0, 98, 0, 0, -92, 0, 0, -24, 0, 0, 150, 0, 0, -140, 0, 0, -36, 0, 0, 224, 0, 0, -208
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,11
|
|
|
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 1 + eta(q^3) * eta(q^18)^3 / (eta(q^6) * eta(q^9)^3) in powers of q.
Expansion of 1 + q * chi(-q^3) / chi(-q^9)^3 = psi(q) * chi(-q^3) / phi(-q^9) in powers of q where phi(), psi(), chi() are Ramanujan theta functions.
Expansion of eta(q^2)^2 * eta(q^3) * eta(q^18) / (eta(q) * eta(q^6) * eta(q^9)^2) in powers of q.
Euler transform of period 18 sequence [ 1, -1, 0, -1, 1, -1, 1, -1, 2, -1, 1, -1, 1, -1, 0, -1, 1, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1/(18 t)) = 1.5 / f(t) where q = exp(2 pi i t).
G.f.: Product_{k>0} (1 + x^k)^2 * P(18, x^k) / (P(3, x^k) * P(9, x^k)) where P(n, x) is n-th cyclotomic polynomial.
|
|
|
EXAMPLE
| 1 + q - q^4 + 2*q^10 - 2*q^13 - q^16 + 4*q^19 - 4*q^22 - q^25 + 8*q^28 + ...
|
|
|
PROG
| (PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^3 + A) * eta(x^18 + A) / (eta(x + A) * eta(x^6 + A) * eta(x^9 + A)^2), n))}
|
|
|
CROSSREFS
| A092848(n) = a(3*n + 1).
Sequence in context: A002284 A016424 A108913 * A095808 A079807 A116373
Adjacent sequences: A139029 A139030 A139031 * A139033 A139034 A139035
|
|
|
KEYWORD
| sign
|
|
|
AUTHOR
| Michael Somos, Apr 07 2008
|
| |
|
|