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.

A219743 Number for which the number of distinct base 10 digits is 8.

Original entry on oeis.org

10234567, 10234568, 10234569, 10234576, 10234578, 10234579, 10234586, 10234587, 10234589, 10234596, 10234597, 10234598, 10234657, 10234658, 10234659, 10234675, 10234678, 10234679, 10234685, 10234687, 10234689, 10234695, 10234697, 10234698
Offset: 1

Views

Author

Jonathan Vos Post, Dec 05 2012

Keywords

Crossrefs

Cf. A010785 (1 digits), A031955 (2 digits), A031962 (3 digits), A031969 (4 digits), A031987 (5 digits), A220076 (6 digits), A218019 (7 digits), A116670 (9 digits), A171102 (10 digits).

Programs

  • Mathematica
    Select[Range[10^7, 10^7 + 1000000], Length[Union[IntegerDigits[#]]] == 8 &] (* T. D. Noe, Dec 05 2012 *)

Extensions

Corrected and extended by T. D. Noe, Dec 05 2012