login
A119253
Odd digits in increasing order.
3
1, 3, 5, 7, 9, 13, 15, 17, 19, 35, 37, 39, 57, 59, 79, 135, 137, 139, 157, 159, 179, 357, 359, 379, 579, 1357, 1359, 1379, 1579, 3579, 13579
OFFSET
1,2
COMMENTS
This is the complete list of all 31 such numbers.
MATHEMATICA
Flatten@Table[FromDigits/@Subsets[Range[1, 9, 2], {n}], {n, 1, 5}]
CROSSREFS
Cf. A119252 Odd digits in decreasing order, A009993 Digits in increasing order, A009995 Digits in decreasing order.
Sequence in context: A024893 A337810 A355773 * A307001 A331589 A063951
KEYWORD
base,fini,full,nonn
AUTHOR
Zak Seidov, May 10 2006
STATUS
approved