A336352 Number of prime divisors of sigma(n) that are larger than the largest prime factor of n; a(1) = 0.
0, 1, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 2, 0, 0, 0, 0, 0
Offset: 1
Keywords
Links
Programs
-
PARI
A336352(n) = if(1==n,0,my(gp=vecmax(factor(n)[, 1])); #select(p -> (p>gp), factor(sigma(n))[, 1]));
Formula
For all n >= 1, a(n) <= A058062(n).
Comments