login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A156655
Primes of the form 1000*k + 1.
0
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,1
COMMENTS
Let d be any divisors of 1000, then d and -d are quadratic residues modulo these primes. All terms are of the form x^2 - d*y^2 for d = -40, -25, -10, -8, -5, -4, -2, -1, 2, 5, 8, 10. Conjecture: they are also of the form x^2 - d*y^2 for d = 20, 40, 50, 200. - Jianing Song, Aug 29 2018
PROG
(PARI) for(k=0, 130, if(isprime(1000*k+1), print1(1000*k+1, ", "))) \\ Jianing Song, Aug 29 2018
CROSSREFS
Cf. A064962.
Sequence in context: A229782 A269885 A269764 * A128935 A145304 A094336
KEYWORD
nonn
AUTHOR
Avik Roy (avik_3.1416(AT)yahoo.co.in), Feb 12 2009
EXTENSIONS
More terms from R. J. Mathar, Feb 19 2009
STATUS
approved