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.

A244034 Numbers not containing the digit 0 that do not appear in A243357.

Original entry on oeis.org

14, 18, 34, 38, 54, 58, 74, 78, 94, 98, 114, 118, 134, 138, 141, 142, 143, 144, 145, 146, 147, 148, 149, 154, 158, 174, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 194, 198, 214, 218, 228, 234, 238, 254, 258, 268, 274, 278, 294, 298, 313, 314, 316, 318, 319, 323, 326, 329
Offset: 1

Views

Author

N. J. A. Sloane, Jun 26 2014

Keywords

References

  • Giovanni Resta and Hans Havermann, Postings to the Sequence Fans Mailing List, circa Jun 26 2014

Crossrefs

Programs

  • Mathematica
    Select[Complement[Range[0,26547],Take[A243357,11021]],MemberQ[IntegerDigits[#],0]==False&] (* Hans Havermann, Jun 26 2014 *)