login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A198393 Rank of hyperelliptic curve y^2 = x^5 - n. 1
1, 0, 0, 0, 2, 0, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 1, 2, 1, 0, 2, 1, 1, 1, 1, 1, 1, 2, 0, 0, 1, 1, 1, 1, 0, 0, 2, 2, 0, 1, 1, 1, 2, 1, 1, 2, 2, 1, 0, 2, 0, 0, 1, 2, 1, 0, 1, 1, 2, 2, 1, 0, 2, 1, 3, 1, 2, 1, 0, 0, 1, 0, 2, 3, 1, 0, 2, 1, 1, 0, 1, 1, 2, 1, 1, 3, 1, 0, 1, 2, 0, 0, 1, 2, 1, 0, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
If a(n)=0 number of rational points of hyperelliptic curve is finite and if a(n)<>0 then is infinite. For n when a(n)=0 see A198394.
LINKS
PROG
(Magma) _<x> := PolynomialRing(Rationals());
for n := 1 to 100 do
C := HyperellipticCurve(x^5-n);
J := Jacobian(C);
RankBound(J)
CROSSREFS
Sequence in context: A069848 A194702 A118682 * A083054 A336921 A297742
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 24 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)