A198393 Rank of hyperelliptic curve y^2 = x^5 - n.
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
Offset: 1
Keywords
Programs
-
Magma
_
:= PolynomialRing(Rationals()); for n := 1 to 100 do C := HyperellipticCurve(x^5-n); J := Jacobian(C); RankBound(J)
Comments