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.

A193742 Prime numbers ending in Hardy-Ramanujan number 1729.

Original entry on oeis.org

31729, 41729, 61729, 151729, 161729, 181729, 221729, 271729, 341729, 431729, 551729, 581729, 611729, 671729, 691729, 731729, 811729, 881729, 931729, 961729, 1031729, 1061729, 1091729, 1151729, 1181729, 1201729, 1321729, 1391729, 1441729, 1451729, 1531729
Offset: 1

Views

Author

Kausthub Gudipati, Aug 03 2011

Keywords

Programs

  • Mathematica
    Select[Table[ToExpression[ToString[n] <> "1729"], {n, 1000}], PrimeQ] (* T. D. Noe, Aug 15 2011 *)
    Select[Prime[Range[120000]],Mod[#,10000]==1729&] (* Harvey P. Dale, Apr 21 2022 *)

Formula

Primes of the form 10000n + 1729.