|
| |
|
|
A061821
|
|
Multiples of 5 containing only digits 0,...,5.
|
|
3
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
EXAMPLE
| 145 is a term containing digits less than 6.
|
|
|
MATHEMATICA
| Select[5Range[0, 90], Max[IntegerDigits[#]]<6&] (* From Harvey P. Dale, May 02 2011 *)
|
|
|
CROSSREFS
| A061818, A061819, A061820.
Sequence in context: A172336 A140233 A172328 * A085128 A067761 A080193
Adjacent sequences: A061818 A061819 A061820 * A061822 A061823 A061824
|
|
|
KEYWORD
| nonn,base,easy
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 28 2001
|
|
|
EXTENSIONS
| Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 30 2001
|
| |
|
|