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.

A174131 Either 2*n^2-+11 is a prime.

Original entry on oeis.org

0, 1, 2, 4, 5, 7, 8, 10, 12, 13, 16, 18, 19, 20, 23, 24, 27, 28, 29, 31, 37, 41, 43, 46, 48, 49, 50, 52, 60, 62, 65, 70, 71, 72, 78, 83, 85, 87, 90, 91, 94, 95, 96, 98, 100, 105, 106, 108, 109, 111, 117, 120, 123, 124, 126, 128, 130, 134, 136, 137, 139, 145, 146, 147, 151
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Mar 09 2010

Keywords

Examples

			a(1)=0 because 2*0^2-11=-11=nonprime and 2*0^2+11=11=prime; a(2)=1 because 2*1^2-11=-9=nonprime and 2*1^2+11=13=prime; a(3)=2 because 2*2^2-11=-3=nonprime and 2*2^2+11=19=prime; a(4)=4 because 2*4^2-11=21=nonprime and 2*4^2+11=43=prime.
		

Crossrefs

Extensions

Corrected (15 removed) and extended beyond 71 by R. J. Mathar, Apr 20 2010