|
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| This is the complete list ofll 31 such numbers. Cf. A119252 Odd digits in decreasing order, A009993 Digits in increasing order, A009995 Digits in decreasing order.
|
|
|
MATHEMATICA
| Flatten@Table[FromDigits/@Subsets[Range[1, 9, 2], {n}], {n, 1, 5}]
|
|
|
CROSSREFS
| Cf. A009993, A009995, A119252.
Sequence in context: A063425 A064608 A024893 * A063951 A131437 A003553
Adjacent sequences: A119250 A119251 A119252 * A119254 A119255 A119256
|
|
|
KEYWORD
| base,fini,full,nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), May 10 2006
|
| |
|
|