A374906 a(n) is the least number whose divisors have a mean number of divisors that equals n.
1, 4, 12, 36, 72, 144, 288, 576, 720, 1728, 4608, 2880, 18432, 7200, 8640, 14400, 294912, 20160, 1179648, 43200, 50400, 115200, 18874368, 100800, 172800, 460800, 181440, 352800, 1207959552, 302400, 4831838208, 705600, 806400, 7372800, 1058400, 907200, 309237645312
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1000
Programs
Formula
a(p) = 9 * 2^(p-2) for prime p >= 5.
a(p^e) = 9 * 2^(p^e-2) for prime p >= 3 and e >= 2.
Comments