A072664 End of smallest run of n consecutive integers with n, n-1, ..., 1 distinct prime factors in that order.
2, 7, 107, 2187, 578309, 12239309, 45640671719, 29591195200067
Offset: 1
Keywords
Examples
a(1)=2 because 2 is prime and therefore the smallest integer with exactly one distinct prime factor. a(2)=7 because 6=2*3 and 7 (prime) is the smallest run of consecutive integers with exactly 2 and 1 distinct prime factors in that order. a(3)=107 because 105=3*5*7, 106=2*53 and 107 (prime) is the smallest run with exactly 3, 2 and 1 distinct prime factors in that order. Note that a(1), a(2), a(3), a(5) and a(6) are prime but that a(4)=2187=3^7 is not.
Crossrefs
Extensions
a(7) from Donovan Johnson, Jan 24 2009
a(8) from Donovan Johnson, Jul 19 2011
Comments