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!)
A253605 Primes p such that the polynomial x^2 + x + p generates only primes for x=1..13. 1
17, 41, 27649987598537, 30431463129071 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) isok(p) = {for (n=1, 13, if (! isprime(subst(x^2+x+p, x, n)), return (0)); ); 1; } \\ Michel Marcus, Jan 13 2015
CROSSREFS
Subsequence of A253592 and A191458. Cf. A164926.
Sequence in context: A191457 A191458 A253592 * A044094 A044475 A024188
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Jan 05 2015
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)