|
| |
|
|
A098943
|
|
Numbers where 6 is the only even decimal digit.
|
|
0
| |
|
|
6, 16, 36, 56, 61, 63, 65, 66, 67, 69, 76, 96, 116, 136, 156, 161, 163, 165, 166, 167, 169, 176, 196, 316, 336, 356, 361, 363, 365, 366, 367, 369, 376, 396, 516, 536, 556, 561, 563, 565, 566, 567, 569, 576, 596, 611, 613, 615, 616, 617, 619, 631, 633, 635, 636
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| This is a regular language in base 10. [Charles R Greathouse IV, Oct 03 2011]
|
|
|
PROG
| (Perl) for (0..1000) {
print "$_, " if (/^[135679]*6[135679]*$/)
} # Charles R Greathouse IV, Oct 05 2011
|
|
|
CROSSREFS
| Sequence in context: A192749 A160997 A199629 * A178465 A120586 A171373
Adjacent sequences: A098940 A098941 A098942 * A098944 A098945 A098946
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Eric Angelini (eric.angelini(AT)kntv.be), Oct 21 2004
|
| |
|
|