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.

A118951 Numbers containing at least one composite digit.

Original entry on oeis.org

4, 6, 8, 9, 14, 16, 18, 19, 24, 26, 28, 29, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 54, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 74, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 104, 106, 108, 109, 114
Offset: 1

Views

Author

Rick L. Shepherd, May 06 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[120],ContainsAny[IntegerDigits[#],{4,6,8,9}]&] (* Harvey P. Dale, Sep 06 2018 *)