login
A389505
The smallest number in the earliest group of n consecutive numbers that contain prime factor exponents 1, 2, ..., n-1, n, respectively.
1
2, 3, 123, 2022, 3531868, 1191813179, 751717367890619, 4582049406828231709371, 228167760077070615011694218744
OFFSET
1,1
EXAMPLE
a(4) = 2022 as 2022 = 2^1*3^1*337^1, 2023 = 7*17^2, 2024 = 2^3*11^1*23^1, 2025 = 3^4*5^2, and this group of 4 consecutive numbers contain prime factor exponents of 1, 2, 3 and 4, respectively.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Scott R. Shannon, Oct 07 2025
EXTENSIONS
a(7)-a(9) from Bert Dobbelaere, Nov 05 2025
STATUS
approved