login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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