A156655 Primes of the form 1000*k + 1.
3001, 4001, 7001, 9001, 13001, 16001, 19001, 21001, 24001, 28001, 51001, 54001, 55001, 61001, 69001, 70001, 76001, 81001, 88001, 90001, 93001, 96001, 97001, 102001, 103001, 109001, 114001, 115001, 121001, 123001, 124001, 126001, 129001
Offset: 1
Keywords
Crossrefs
Cf. A064962.
Programs
-
PARI
for(k=0, 130, if(isprime(1000*k+1), print1(1000*k+1, ", "))) \\ Jianing Song, Aug 29 2018
Extensions
More terms from R. J. Mathar, Feb 19 2009
Comments