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.

A073338 Positive values of n for which 4n^2-10n+7 is prime.

Original entry on oeis.org

2, 3, 4, 9, 10, 12, 15, 18, 22, 30, 31, 36, 37, 39, 40, 46, 51, 52, 54, 57, 60, 61, 67, 72, 73, 75, 78, 79, 82, 85, 88, 96, 103, 106, 109, 117, 124, 141, 145, 148, 156, 166, 177, 180, 186, 192, 193, 199, 204, 219, 225, 228, 229, 246, 249, 264, 267, 268, 270, 277
Offset: 1

Views

Author

Zak Seidov, Aug 25 2002

Keywords

Examples

			n=10 is in the sequence since 4n^2-10n+7=307 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[300], PrimeQ[4#^2-10#+7]&]

Extensions

Edited by Dean Hickerson, Aug 28 2002