|
| |
|
|
A119260
|
|
Numbers with even decimal digits in increasing order.
|
|
1
| |
|
|
0, 2, 4, 6, 8, 24, 26, 28, 46, 48, 68, 246, 248, 268, 468, 2468
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| This is the complete list of all 16 such numbers. Cf. A119261 Even decimal digits in decreasing order, A119253 Odd digits in increasing order, A119252 Odd digits in decreasing order, A009993 Digits in increasing order, A009995 Digits in decreasing order.
|
|
|
MATHEMATICA
| Flatten@Table[FromDigits/@Subsets[Range[2, 8, 2], {n}], {n, 0, 5}]
|
|
|
CROSSREFS
| Cf. A009993, A009995, A119252, A119253, A119261.
Sequence in context: A062287 A189153 A194393 * A067732 A117912 A092047
Adjacent sequences: A119257 A119258 A119259 * A119261 A119262 A119263
|
|
|
KEYWORD
| base,fini,full,nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), May 11 2006
|
| |
|
|