A139315 a(n) is the smallest integer k such that n*k is the smallest multiple of k with twice as many divisors as k, or 0 if no such number is possible.
1, 2, 6, 12, 60, 120, 1260, 840, 0, 2520, 27720, 55440, 0, 720720, 1081080, 2162160, 61261200, 36756720, 1396755360, 2327925600, 0, 698377680, 16062686640, 48188059920, 0, 749592043200, 160626866400, 240940299600, 0, 6987268688400
Offset: 2
Keywords
Examples
a(8) = 1260 because it must be a multiple of 4 but not of 8. It cannot be 4 because 4*3=12 has twice as many divisors as 4. It cannot be 12 because 12*5=60 has twice as many divisors as 12. It cannot be 60 because 60*6=360 has twice as many divisors as 60. It cannot be 180 because 180*7=1260 has twice as many divisors as 180. It must be 1260.
Links
- Ray Chandler, Table of n, a(n) for n = 2..100.
Extensions
a(14)-a(31) from Ray Chandler, Dec 03 2009
Name corrected by J. Lowell, Sep 14 2020
Name edited by Michel Marcus, Sep 15 2020
Comments