|
| |
|
|
A098944
|
|
Numbers where 8 is the only even decimal digit.
|
|
0
| |
|
|
8, 18, 38, 58, 78, 81, 83, 85, 87, 88, 89, 98, 118, 138, 158, 178, 181, 183, 185, 187, 188, 189, 198, 318, 338, 358, 378, 381, 383, 385, 387, 388, 389, 398, 518, 538, 558, 578, 581, 583, 585, 587, 588, 589, 598, 718, 738, 758, 778, 781, 783, 785, 787, 788, 789
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| This is a regular language in base 10. [Charles R Greathouse IV, Oct 05 2011]
|
|
|
PROG
| (Perl) for (0..1000) {
print "$_, " if (/^[135789]*8[135789]*$/)
} # Charles R Greathouse IV, Oct 05 2011
|
|
|
CROSSREFS
| Sequence in context: A028563 A171523 A120091 * A129958 A082227 A134062
Adjacent sequences: A098941 A098942 A098943 * A098945 A098946 A098947
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Eric Angelini (eric.angelini(AT)kntv.be), Oct 21 2004
|
| |
|
|