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.
%I A002154 M4782 N2040 #32 Oct 14 2023 23:49:16 %S A002154 11,26,39,47,53,61,67,76,83,89,104,106,109,116,118,121,139,147,152, %T A002154 155,170,186,191,200,207,211,212,214,219,222,233,236,244,249,262,277, %U A002154 286,291,293,294,298,299,327,329,334,355,356,364,366,368,370,371,391,393,397 %N A002154 Numbers k for which the rank of the elliptic curve y^2 = x^3 - k is 2. %D A002154 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002154 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002154 B. J. Birch and H. P. F. Swinnerton-Dyer, <a href="https://doi.org/10.1515/crll.1963.212.7">Notes on elliptic curves, I</a>, J. Reine Angew. Math., 212 (1963), 7-25. %o A002154 (PARI) for(k=1, 1e3, if(ellanalyticrank(ellinit([0, 0, 0, 0, -k]))[1]==2, print1(k", "))) \\ _Seiichi Manyama_, Jul 06 2019 %o A002154 (Magma) for k in[1..400] do if Rank(EllipticCurve([0,0,0,0,-k])) eq 2 then print k; end if; end for; // _Vaclav Kotesovec_, Jul 07 2019 %K A002154 nonn %O A002154 1,1 %A A002154 _N. J. A. Sloane_ %E A002154 Better definition from _Artur Jasinski_, Jun 30 2010 %E A002154 More terms added by _Seiichi Manyama_, Jul 06 2019