cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A097436 Value of C in y = x^2+7x+C such that y is prime for all x = 0 to 4.

Original entry on oeis.org

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

Views

Author

Ray G. Opao, Aug 22 2004

Keywords

Examples

			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.