A061821 Multiples of 5 containing only digits 0,...,5.
0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 300, 305, 310, 315, 320, 325, 330, 335, 340, 345, 350, 355, 400, 405, 410, 415, 420, 425, 430
Offset: 1
Examples
145 is a term containing digits less than 6.
Programs
-
Mathematica
Select[5Range[0,90],Max[IntegerDigits[#]]<6&] (* Harvey P. Dale, May 02 2011 *)
Extensions
Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 30 2001