A323068 Number of divisors d of n such that A049820(d) > 0 and A049820(d) is also a divisor of n.
0, 0, 1, 1, 0, 2, 0, 2, 1, 0, 0, 4, 0, 0, 2, 2, 0, 3, 0, 1, 1, 0, 0, 5, 0, 0, 1, 1, 0, 4, 0, 2, 1, 0, 1, 6, 0, 0, 1, 2, 0, 2, 0, 1, 2, 0, 0, 6, 0, 0, 1, 1, 0, 3, 0, 2, 1, 0, 0, 6, 0, 0, 1, 2, 0, 2, 0, 1, 1, 2, 0, 7, 0, 0, 2, 1, 0, 2, 0, 2, 1, 0, 0, 4, 0, 0, 1, 2, 0, 5, 0, 1, 1, 0, 0, 6, 0, 0, 2, 1, 0, 2, 0, 2, 3
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..10080
Programs
-
PARI
A323068(n) = sumdiv(n,d,my(t=(d-numdiv(d))); ((t>0)&&!(n%t)));
Comments