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

A136241
Numbers n among A006093 such that n^2 + n - 1 is prime.
2
2, 4, 6, 10, 16, 28, 30, 46, 60, 66, 70, 96, 100, 126, 130, 138, 148, 180, 196, 240, 268, 306, 330, 358, 378, 396, 408, 418, 420, 448, 456, 478, 486, 490, 598, 606, 616, 618, 640, 646, 676, 708, 750, 786, 838, 856, 906, 946, 966, 976, 996, 1050, 1060, 1090
OFFSET
1,1
LINKS
FORMULA
a(n) = A091567(n) - 1.
MATHEMATICA
Select[Prime[Range[200]]-1, PrimeQ[#^2+#-1]&] (* Harvey P. Dale, Jan 20 2019 *)
CROSSREFS
Sequence in context: A173434 A255126 A052185 * A160444 A158422 A018161
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Dec 23 2007
STATUS
approved