OFFSET
1,1
COMMENTS
Subsequence of A068443.
Products of Sophie Germain primes p with their corresponding safe primes 2p+1. The smallest prime factor of a(n) is (a(n) - phi(a(n)))/3 and the largest prime factor of a(n) is 2(a(n) - phi(a(n)))/3 + 1. - Wesley Ivan Hurt, Oct 03 2013
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..4000
Math Marathon (MM95) (in Russian) [from Vladimir Joseph Stephan Orlovsky, May 12 2010]
MATHEMATICA
lst={}; Do[p=Prime[n]; q=2*p+1; If[PrimeQ[q], AppendTo[lst, p*q]], {n, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, May 12 2010 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 10 2009
STATUS
approved