A019505 a(1)=1; for n > 1, a(n) is the smallest number with the same number of divisors as 2*a(n-1).
1, 2, 4, 6, 12, 24, 48, 60, 120, 240, 360, 720, 1260, 2520, 5040, 10080, 20160, 27720, 55440, 110880, 221760, 332640, 665280, 1081080, 2162160, 4324320, 8648640, 17297280, 21621600, 43243200, 73513440, 147026880, 294053760, 367567200, 735134400, 1396755360, 2793510720
Offset: 1
Keywords
Examples
After a(3)=4 we argue as follows: 2*4 = 8 has 4 factors (1,2,4,8), but smallest number with 4 factors is 6, so a(4)=6.
Links
- David A. Corneth, Table of n, a(n) for n = 1..172 (first 63 terms from R. J. Mathar)
- Michael De Vlieger, Concordance of a(n), A002182, and A025487, n = 1..176, giving indices in A002182 and A025487 and number of divisors of a(n).
Comments