A357461 Odd numbers whose number of deficient divisors is equal to their number of nondeficient divisors.
3010132125, 4502334375, 5065535475, 6456074625, 8813660625, 9881746875, 15395254875, 15452011575, 16874983125, 18699305625, 19814169375, 19909992375, 21380506875, 25366375125, 26643400875, 26746594875, 28943578125, 31562182575, 33074966925, 34315506225, 35300640375
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..100
Programs
-
PARI
is(n) = n%2 && sumdiv(n, d, if(sigma(d, -1) < 2, 1, -1)) == 0;
Comments