A336629 a(n) is the least positive integer k such that it has exactly n triples of divisors (d1, d2, d3) such that they are pairwise coprime and d1 < d2 < d3 < 2*d1.
1, 60, 7140, 60060, 251940, 360360, 1369368, 1225224, 1531530, 7873866, 17687670, 5819814, 17160990, 11085360, 11741730, 19399380, 65564070, 9699690, 99533742, 85804950, 40562340, 90485220, 358888530, 504894390, 634956630, 531990690, 397687290, 512942430, 455885430, 514083570
Offset: 0
Keywords
Examples
a(3) = 60060 as 60060 = 28 * 39 * 55 = 33 * 35 * 52 = 35 * 39 * 44 and no positive integer < 60060 has exactly 3 such triples.
Comments