OFFSET
1,2
LINKS
Enrique Pérez Herrero, Table of n, a(n) for n = 1..5000
EXAMPLE
147 =7*21, is a term containing digits less than 8.
MATHEMATICA
Select[7*Range[0, 2000], Max[IntegerDigits[#]]<=7&] (* Enrique Pérez Herrero, May 13 2012 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 28 2001
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 30 2001
STATUS
approved