login
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
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
KEYWORD
base,fini,full,nonn
AUTHOR
Zak Seidov, May 11 2006
STATUS
approved