login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 18:23 EDT 2024. Contains 375113 sequences. (Running on oeis4.)