A193742 Prime numbers ending in Hardy-Ramanujan number 1729.
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
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
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.