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

A165613
Primes of the form 1 + prime(k) + (prime(k+1))^2, any k.
0
29, 181, 379, 991, 2857, 10711, 30097, 32941, 37441, 39799, 58321, 66301, 69427, 94543, 122149, 135049, 157999, 167683, 187921, 209299, 214831, 326611, 352237, 503383, 897751, 955501, 1105651, 1195741, 1248799, 1516591, 1631989, 1699111
OFFSET
1,1
COMMENTS
Generated by prime indices k= 2, 5, 7, 10, 15, 26, 39,.....
MATHEMATICA
lst={}; Do[p=Prime[n+0]^0+Prime[n+1]^1+Prime[n+2]^2; If[PrimeQ[p], AppendTo[lst, p]], {n, 6!}]; lst
CROSSREFS
Sequence in context: A042640 A373540 A140573 * A302450 A355623 A125339
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition rewritten following OEIS standards - R. J. Mathar, Sep 25 2009
STATUS
approved