A298410 Unique least common multiples for {1,2,...,n}.
2, 6, 12, 420, 840, 720720, 72201776446800, 6676878045498705789701874602220118271269436344024536000, 16674490806895842671659008751776385350270324508909651849955453691538889375930032935391666564679008085339616000
Offset: 1
Keywords
Examples
lcm(1,2,...,7) is 420 and lcm(1,2,...,7,2^3) is 840 so 420 and 840 are in the sequence. But lcm(1,2,...,7,2^3,3^2) = lcm(1,2...,7,2^3,3^2,(2*5)) = 2520. If n=9, n+1 is not a prime power and 2520 is not unique. So 2520 is not in the sequence.
Comments