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

A062501
Number of distinct prime divisors of the nonprimes (including 1).
0
0, 1, 2, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 1, 2, 3, 1, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 1, 2, 3, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 1, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 3, 1, 2, 3, 3, 2, 2, 2, 2, 3
OFFSET
1,3
FORMULA
a(n) = A001221(A018252(n)). - Sean A. Irvine, Mar 30 2023
PROG
(PARI) for(n=1, 300, if(!isprime(n), print1(omega(n), ", ")))
CROSSREFS
Sequence in context: A046081 A366417 A190592 * A182599 A183015 A183018
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 09 2001
STATUS
approved