OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
132 is a term containing digits less than 4.
MATHEMATICA
Select[3*Range[0, 750], Max[IntegerDigits[#]]<4&] (* Harvey P. Dale, Jul 10 2014 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 28 2001
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org) and Henry Bottomley, May 30 2001
STATUS
approved