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.

A199990 Numbers with digital product = 10.

Original entry on oeis.org

25, 52, 125, 152, 215, 251, 512, 521, 1125, 1152, 1215, 1251, 1512, 1521, 2115, 2151, 2511, 5112, 5121, 5211, 11125, 11152, 11215, 11251, 11512, 11521, 12115, 12151, 12511, 15112, 15121, 15211, 21115, 21151, 21511, 25111, 51112, 51121, 51211, 52111, 111125
Offset: 1

Views

Author

Jaroslav Krizek, Nov 13 2011

Keywords

Comments

Numbers with one 2, one 5 and zero or more 1s.

Crossrefs

Cf. A107696.

Programs

  • Mathematica
    Select[Range[200000], Times @@ IntegerDigits[#] == 10 &] (* T. D. Noe, Nov 16 2011 *)