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

A176240
Primes of the form n-th semiprime-n.
2
3, 37, 37, 61, 61, 61, 71, 89, 89, 107, 113, 139, 139, 181, 199, 223, 227, 227, 269, 283, 293, 313, 313, 331, 347, 347, 349, 373, 373, 379, 401, 433, 433, 487, 487, 487, 503, 521, 521, 523, 557, 569, 569, 593, 647, 653, 653, 743, 757, 761, 773, 787, 797, 809
OFFSET
1,1
COMMENTS
Generated by indices n = 1, 20, 21, 32,.. shown in A176241. [From R. J. Mathar, Apr 13 2010]
LINKS
EXAMPLE
a(1)=3 because A001358(1)-1=4-1=3=prime.
MATHEMATICA
Select[First[#]-Last[#]&/@Module[{sp=Select[Range[3000], PrimeOmega[#] == 2&], len}, len=Length[sp]; Thread[{sp, Range[len]}]], PrimeQ] (* Harvey P. Dale, Jan 28 2013 *)
CROSSREFS
Sequence in context: A002563 A140448 A128061 * A116184 A037000 A042333
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Apr 13 2010
STATUS
approved