|
| |
|
|
A159819
|
|
Coefficients of L-series for elliptic curve "48a4": y^2 = x^3 + x^2 + x.
|
|
0
| |
|
|
1, 1, -2, 0, 1, -4, -2, -2, 2, 4, 0, 8, -1, 1, 6, -8, -4, 0, 6, -2, -6, -4, -2, 0, -7, 2, -2, 8, 4, -4, -2, 0, 4, 4, 8, -8, 10, -1, 0, 8, 1, 4, -4, 6, -6, 0, -8, -8, 2, -4, -18, -16, 0, 12, -2, 6, 18, -16, -2, 0, 5, -6, 12, 8, -4, 4, 0, -2, -6, 12, 0, 8, -12, -7, 14, 16, 2, 16, -2, -2, 0, -12, 8, -24, -9, 4, 6, 0, -4, -12, 6, -2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
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/2) * eta(q^2)^4 * eta(q^6)^4 / (eta(q) * eta(q^3) * eta(q^4) * eta(q^12)) in powers of q.
Expansion of f(q) * f(-q^2) * f(q^3) * f(-q^6) in powers of q where f() is a Ramanujan theta function.
Euler transform of period 12 sequence [ 1, -3, 2, -2, 1, -6, 1, -2, 2, -3, 1, -4, ...].
a(n) = b(2*n + 1) where b(n) is multiplicative and b(2^e) = 0^e, b(3^e) = 1, b(p^e) = b(p) * b(p^(e-1)) - p * b(p^(e-2)) otherwise.
G.f. is a period 1 Fourier series which satisfies f(-1 / (48 t)) = 48 (t/i)^2 f(t) where q = exp(2 pi i t).
G.f.: Product_{k>0} (1 - (-x)^k) * (1 - x^(2*k)) * (1 - (-x)^(3*k)) * (1 - x^(6*k)).
|
|
|
EXAMPLE
| q + q^3 - 2*q^5 + q^9 - 4*q^11 - 2*q^13 - 2*q^15 + 2*q^17 + 4*q^19 + ...
|
|
|
PROG
| (PARI) {a(n) = if(n<0, 0, ellak( ellinit([0, 1, 0, 1, 0], 1), 2*n + 1))}
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^4 * eta(x^6 + A)^4 / (eta(x + A) * eta(x^3 + A) * eta(x^4 + A) * eta(x^12 + A)), n))}
(PARI) {a(n)= local(A, p, e, x, y, a0, a1); if(n<0, 0, n = 2*n+1; A = factor(n); prod(k=1, matsize(A)[1], if(p = A[k, 1], e = A[k, 2]; if(p==2, 0, if(p==3, 1, a0=1; a1 = y = -sum(x=0, p-1, kronecker(x^3 + x^2 + x, p)); for(i=2, e, x = y*a1 - p*a0; a0=a1; a1=x); a1)))))}
|
|
|
CROSSREFS
| A030188(n) = (-1)^n * a(n).
Sequence in context: A194686 A124915 A158239 * A030188 A176703 A160648
Adjacent sequences: A159816 A159817 A159818 * A159820 A159821 A159822
|
|
|
KEYWORD
| sign
|
|
|
AUTHOR
| Michael Somos, Apr 22 2009
|
| |
|
|