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.

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