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!)
A210364 Prime numbers p such that x^2 + x + p produces primes for x = 0..5 but not x = 6. 7
1607, 3527, 13901, 31247, 33617, 55661, 68897, 97367, 166841, 195731, 221717, 347981, 348431, 354371, 416387, 506327, 548831, 566537, 929057, 954257, 1246367, 1265081, 1358801, 1505087, 1538081, 1595051, 1634441, 1749257, 2200811, 2322107, 2641547, 2697971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first term is A164926(6).
LINKS
MATHEMATICA
lookfor = 6; t = {}; n = 0; While[Length[t] < 50, n++; c = Prime[n]; i = 1; While[PrimeQ[i^2 + i + c], i++]; If[i == lookfor, AppendTo[t, c]]]; t
CROSSREFS
Sequence in context: A224949 A171466 A205267 * A224947 A098193 A064251
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 05 2012
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)