Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127862
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127862 L-series coefficients for elliptic curve E1323m1: y^2+y=x^3-2. +0
1
1, -2, 0, 0, -2, 4, 7, 0, -5, 0, -11, 0, -10, 0, -13, 0, 0, 4, 0, 0, 13, -8, -16, 0, 7, -14, -4, 0, 0, 0, 0, 0, -5, 10, -20, 0, -19, 0, 0, 0, -11, 22, -1, 0, 0, 0, 16, 0, 0, 20, 23, 0, -14, 0, 17, 0, -9, 26, 0, 0, 7, 0, 0, 0, 2, 0, -17, 0, 0, -8, 29, 0, 0, 0, 28, 0, -29, 0, 0, 0, 31, -26, -14, 0, 0, 16, 0, 0, 0, 32, 1 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n)=b(3n+1) where b(n) is multiplicative and b(3^e) = b(7^e) = 0^e, b(p^e) = (1+(-1)^e)/2*(-p)^(e/2) if p == 2 (mod 3), b(p^e) = b(p)*b(p^(e-1)) -p*b(p^(e-2)) if p == 1 (mod 3) where b(p) = -sum(x=0..p-1, kronecker(4*x^3-7, p)).

a(4n+3)=a(7n+2)=0.

EXAMPLE

q - 2*q^4 - 2*q^13 + 4*q^16 + 7*q^19 - 5*q^25 - 11*q^31 + ...

PROGRAM

(PARI) {a(n)=if(n<0, 0, ellak( ellinit( [0, 0, 1, 0, -2]), 3*n+1))}

(PARI) {a(n)=local(A, p, e, x, y, a0, a1); if(n<0, 0, n=3*n+1; A=factor(n); prod(k=1, matsize(A)[1], if(p=A[k, 1], e=A[k, 2]; if(p==3|p==7, 0, a0=1; a1=y=-sum(x=0, p-1, kronecker(4*x^3-7, p)); for(i=2, e, x=y*a1-p*a0; a0=a1; a1=x); a1)))) }

CROSSREFS

Sequence in context: A020474 A135589 A028641 this_sequence A024690 A066209 A116597

Adjacent sequences: A127859 A127860 A127861 this_sequence A127863 A127864 A127865

KEYWORD

sign

AUTHOR

Michael Somos, Feb 03 2007

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research