OFFSET
1,10
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Smooth Number
EXAMPLE
MATHEMATICA
smooth7Q[n_] := n == Times@@({2, 3, 5, 7}^IntegerExponent[n, {2, 3, 5, 7}]);
Select[Range[1000], smooth7Q] // Differences (* Jean-François Alcover, Oct 17 2021 *)
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Reinhard Zumkeller, Jul 13 2003
STATUS
approved