cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A119253 Odd digits in increasing order.

Original entry on oeis.org

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

Views

Author

Zak Seidov, May 10 2006

Keywords

Comments

This is the complete list of all 31 such numbers.

Crossrefs

Cf. A119252 Odd digits in decreasing order, A009993 Digits in increasing order, A009995 Digits in decreasing order.

Programs

  • Mathematica
    Flatten@Table[FromDigits/@Subsets[Range[1,9,2],{n}],{n,1,5}]