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

A113528
Semiprimes in A056109.
8
6, 34, 57, 86, 121, 209, 262, 321, 386, 706, 1241, 1366, 1497, 2582, 2761, 3334, 3746, 3961, 4881, 5377, 6166, 6722, 7009, 7601, 8857, 9862, 10562, 10921, 12417, 13201, 14422, 15697, 17026, 17481, 17942, 18409, 19361, 19846, 20337, 21337, 22361
OFFSET
1,1
COMMENTS
Intersection of A056109 and A001358.
LINKS
EXAMPLE
a(1) = 6 because A056109(1) = 3*1^2 + 2*1 + 1 = 6 = 2 * 3 is semiprime.
MATHEMATICA
Select[Array[3 #^2 + 2 # + 1 &, 87], PrimeOmega[#] == 2 &] (* Michael De Vlieger, Mar 17 2021 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Jan 12 2006
STATUS
approved