Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159819
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159819 Coefficients of L-series for elliptic curve "48a4": y^2 = x^3 + x^2 + x. +0
1
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; listen)
OFFSET

0,3

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 + ...

PROGRAM

(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: A121583 A124915 A158239 this_sequence A030188 A160648 A124912

Adjacent sequences: A159816 A159817 A159818 this_sequence A159820 A159821 A159822

KEYWORD

sign

AUTHOR

Michael Somos, Apr 22 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research