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!)
A210362 Prime numbers p such that x^2 + x + p produces primes for x = 0..3 but not x = 4. 7
5, 101, 227, 1091, 1481, 1487, 3917, 4127, 4787, 8231, 9461, 10331, 11777, 12107, 14627, 16061, 20747, 25577, 27737, 29021, 32297, 33347, 35531, 35591, 36467, 38447, 39227, 41177, 42461, 44267, 44531, 49031, 59441, 69191, 77237, 79811, 80777, 93251, 93491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first term is A164926(4).
LINKS
MATHEMATICA
lookfor = 4; 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
Select[Prime[Range[10000]], AllTrue[#+{2, 6, 12}, PrimeQ]&&!PrimeQ[#+20]&] (* Harvey P. Dale, Mar 26 2015 *) (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Mar 26 2015 *)
CROSSREFS
Sequence in context: A140616 A087456 A081220 * A041187 A266235 A266452
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)