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”).

A097436
Value of C in y = x^2+7x+C such that y is prime for all x = 0 to 4.
1
23, 29, 53, 149, 233, 263, 569, 743, 2909, 4253, 5639, 5783, 6983, 7529, 7673, 7919, 10133, 10313, 11243, 13469, 13679, 14723, 14939, 15269, 15383, 19373, 19709, 19919, 21569, 26693, 32603, 33569, 39089, 39839, 41213, 42179, 42443, 43943
OFFSET
1,1
EXAMPLE
a(3) = 53: y = x^2+7x+53.
If x = 0; y = 0+0+53 = 53, which is prime.
If x = 1; y = 1+7+53 = 61, which is prime.
If x = 2; y = 4+14+53 = 71, which is prime.
If x = 3; y = 9+21+53 = 83, which is prime.
If x = 4; y = 16+28+53 = 97, which is prime.
CROSSREFS
Sequence in context: A232725 A045120 A174260 * A063980 A046124 A157677
KEYWORD
nonn
AUTHOR
Ray G. Opao, Aug 22 2004
STATUS
approved