login
A122465
a(n) is the smallest number k such that gpf(k-j) <= floor((k-j)^(1/n)) for 0<=j<=3 where gpf(k) is the greatest prime factor of k.
2
5, 1521, 3678726, 22377473783
OFFSET
1,1
COMMENTS
These were found by Robert Gerbicz.
These numbers could be called "smooth power quartets".
LINKS
Fred Schneider and R. Gerbicz, Smooth Power Trios.
EXAMPLE
For n=2: 1521 = 3^2*13^2, 13 <= floor(sqrt(1521)) = 39; 1520 = 2^4*5*19 <= 38; 1519 = 7^2*31, 31 <= 38; 1518 = 2*3*11*23, 23 <= 38; and no number smaller than 1521 has this property.
CROSSREFS
Sequence in context: A169620 A181992 A145694 * A184970 A184973 A184971
KEYWORD
hard,more,nonn
AUTHOR
Fred Schneider, Sep 09 2006
EXTENSIONS
a(2) corrected and entry edited by Sean A. Irvine, Mar 28 2026
STATUS
approved