|
| |
|
|
A061829
|
|
Multiples of 5 having only odd digits.
|
|
4
| |
|
|
5, 15, 35, 55, 75, 95, 115, 135, 155, 175, 195, 315, 335, 355, 375, 395, 515, 535, 555, 575, 595, 715, 735, 755, 775, 795, 915, 935, 955, 975, 995, 1115, 1135, 1155, 1175, 1195, 1315, 1335, 1355, 1375, 1395, 1515, 1535, 1555, 1575, 1595, 1715, 1735, 1755
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 135 = 5*15 is a term having all odd digits.
|
|
|
MATHEMATICA
| Select[5 Range[370], Select[IntegerDigits[#], EvenQ]=={}&] (* From Harvey P. Dale, Feb 07 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A072186 A051807 A034052 * A063382 A069983 A005894
Adjacent sequences: A061826 A061827 A061828 * A061830 A061831 A061832
|
|
|
KEYWORD
| nonn,base,easy
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 29 2001
|
|
|
EXTENSIONS
| More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
|
| |
|
|