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

A073338
Positive values of n for which 4n^2-10n+7 is prime.
2
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,1
LINKS
EXAMPLE
n=10 is in the sequence since 4n^2-10n+7=307 is prime.
MATHEMATICA
Select[Range[300], PrimeQ[4#^2-10#+7]&]
CROSSREFS
Sequence in context: A332772 A084368 A007498 * A200260 A190119 A357056
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Aug 25 2002
EXTENSIONS
Edited by Dean Hickerson, Aug 28 2002
STATUS
approved