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

A209189
Smallest prime factor of n^2 + n + 1.
0
7, 13, 3, 31, 43, 3, 73, 7, 3, 7, 157, 3, 211, 241, 3, 307, 7, 3, 421, 463, 3, 7, 601, 3, 19, 757, 3, 13, 7, 3, 7, 1123, 3, 13, 31, 3, 1483, 7, 3, 1723, 13, 3, 7, 19, 3, 37, 13, 3, 2551
OFFSET
2,1
MATHEMATICA
Flatten[Table[SPF[n^2 + (n + 1)], {n, 2, 50}]]
CROSSREFS
Sequence in context: A217793 A299472 A285642 * A352171 A225091 A225516
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 05 2012
STATUS
approved