OFFSET
1,1
COMMENTS
Equivalently, multiples of 2 with the largest prime divisor < 10.
FORMULA
MATHEMATICA
Select[2*Range[200], FactorInteger[#][[-1, 1]]<10&] (* Harvey P. Dale, Jul 06 2018 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Amarnath Murthy, Jul 06 2003
EXTENSIONS
More terms from David Wasserman, Jan 28 2005
Offset changed by Andrew Howroyd, Sep 19 2024
STATUS
approved