login
A379958
a(n) = 1 if n has more semiprime divisors than distinct prime factors, otherwise 0.
2
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1
OFFSET
1
FORMULA
a(n) = [A086971(n) > A001221(n)], where [ ] is the Iverson bracket.
EXAMPLE
36 = 2^2 * 3^2 has three divisors (4, 6, 9) that are semiprimes, and only two prime factors (2 and 3), therefore a(36) = 1.
PROG
(PARI) A379958(n) = ((#select(d->2==bigomega(d), divisors(n))) > omega(n));
CROSSREFS
Characteristic function of A320632.
First differs from A322437 and A322438 at n=120, here a(120) = 1.
Sequence in context: A025466 A072769 A353625 * A304572 A070204 A011745
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 24 2025
STATUS
approved