A179137 Parameters n for which the elliptic curve y^2=x^3-n has rank 4.
2351, 3896, 4799, 4827, 5417, 5835, 6691, 6843, 9748, 9967, 10723, 11559, 12163, 12394, 12891, 13971, 14188, 14907, 15049, 15544
Offset: 1
Keywords
Links
- J. Gebel, Integer points on Mordell curves [Cached copy, after the original web site tnt.math.se.tmu.ac.jp was shut down in 2017]
Programs
-
PARI
for(k=1, 1e4, if(ellanalyticrank(ellinit([0, 0, 0, 0, -k]))[1]==4, print1(k", "))) \\ Seiichi Manyama, Jul 07 2019
Extensions
a(11)-a(20) from Seiichi Manyama, Jul 07 2019