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

A113524
Semiprimes in A056106.
9
25, 141, 185, 235, 291, 753, 851, 955, 1565, 1851, 2495, 3235, 3641, 4295, 5251, 5765, 6031, 6865, 8061, 9353, 9691, 10741, 11103, 14215, 14631, 15481, 16355, 16801, 17711, 21085, 25855, 27553, 28131, 28715, 29305, 29901
OFFSET
1,1
COMMENTS
Intersection of A056106 and A001358.
LINKS
EXAMPLE
a(1) = 25 because A056106(3) = 25 = 5^2 is semiprime.
a(36) = 29901 because A056106(100) = 29901 = 3 * 9967 is semiprime.
MATHEMATICA
Select[Array[3 #^2 - # + 1 &, 100], PrimeOmega[#] == 2 &] (* Michael De Vlieger, Mar 17 2021 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Jan 12 2006
STATUS
approved