cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A062695 Squarefree n such that the elliptic curve n*y^2 = x^3 - x arising in the "congruent number" problem has rank 2.

Original entry on oeis.org

34, 41, 65, 137, 138, 145, 154, 161, 194, 210, 219, 226, 257, 265, 291, 299, 313, 323, 330, 353, 371, 386, 395, 410, 426, 434, 442, 457, 465, 505, 514, 546, 561, 602, 609, 651, 658, 674, 689, 721, 723, 731, 761, 777, 793, 866, 889, 890, 905, 915, 985, 987, 995
Offset: 1

Views

Author

Noam D. Elkies, Jul 04 2001

Keywords

Comments

These n are precisely the primitive congruent numbers (A006991) with n==1, n==2, or n==3 (mod 8). - T. D. Noe, Aug 02 2006

Crossrefs

Programs

  • PARI
    r(n)=ellanalyticrank(ellinit([0,0,0,-n^2,0]))[1]
    for(n=1,1e3,if(issquarefree(n)&&r(n)==2,print1(n", "))) \\ Charles R Greathouse IV, Sep 01 2011; corrected by Frank M Jackson, Aug 04 2016

Extensions

More terms from Jinyuan Wang, Dec 12 2020

A062693 Squarefree n such that the elliptic curve n*y^2 = x^3 - x arising in the "congruent number" problem has rank 3.

Original entry on oeis.org

1254, 2605, 2774, 3502, 4199, 4669, 4895, 6286, 6671, 7230, 7766, 8005, 9015, 9430, 9654, 10199, 10549, 11005, 11029, 12166, 12270, 12534, 12935, 13317, 14965, 15655, 16151, 16206, 16887, 17958, 18221, 19046, 19726, 20005, 20366
Offset: 0

Views

Author

Noam D. Elkies, Jul 04 2001

Keywords

Comments

Conjectural, as detailed in the pages from which it is extracted (see the first few links at the web site mentioned for details), but the conjecture is supported by much numerical and theoretical evidence.

Crossrefs

Programs

  • PARI
    r(n)=ellanalyticrank(ellinit([0,0,0,-n^2,0]))[1]
    for(n=1,1e4,if(r(n)==3,print1(n", "))) \\ Charles R Greathouse IV, Sep 01 2011
Showing 1-2 of 2 results.