A058061 Number of prime factors (counted with multiplicity) of d(n), the number of divisors of n.
0, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 1, 1, 2, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 1, 3, 1, 2, 2, 2, 2, 2, 1, 2, 2, 3, 1, 3, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 1, 3, 2, 3, 2, 2, 1, 3, 1, 2, 2, 1, 2, 3, 1, 2, 2, 3, 1, 3, 1, 2, 2, 2, 2, 3, 1, 2, 1, 2, 1, 3, 2, 2, 2, 3, 1, 3, 2, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 3, 1, 3, 3
Offset: 1
Examples
For n=120, d(120)=16, a(120)=4.
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Table[PrimeOmega@ DivisorSigma[0, n], {n, 120}] (* Michael De Vlieger, Feb 18 2017 *)
-
PARI
a(n) = bigomega(numdiv(n)); \\ Michel Marcus, Dec 14 2013
Formula
Additive with a(p^e) = A001222(e+1). - Amiram Eldar, Jan 15 2024
Comments