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

A176193
The positions of semiprimes in A002808.
1
1, 2, 4, 5, 7, 8, 12, 13, 15, 16, 21, 22, 23, 25, 26, 31, 33, 35, 38, 40, 41, 43, 46, 49, 52, 55, 59, 61, 62, 63, 66, 68, 69, 70, 78, 81, 84, 87, 88, 90, 91, 92, 97, 100, 101, 106, 107, 108, 110, 111, 118, 120, 121, 123, 127, 129, 136, 137, 140, 142, 144, 149, 154, 155
OFFSET
1,2
LINKS
FORMULA
a(n) = A001358(n) - A000720(A001358(n)) - 1.
MAPLE
SP:= select(t -> numtheory:-bigomega(t) = 2, [$1..1000]):
map(t -> t - 1 - numtheory:-pi(t), SP); # Robert Israel, Jan 08 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (22, 41 inserted, 85 replaced by 87 etc.) by R. J. Mathar, Apr 13 2010
STATUS
approved