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.

A204341 Smith numbers with either no internal digits or all internal digits are 0.

Original entry on oeis.org

4, 22, 27, 58, 85, 94, 202, 706, 8005, 80005, 700006, 800005, 7000000000000006, 80000000000000000005, 80000000000000000000005, 70000000000000000000000000006, 80000000000000000000000000000000000005, 700000000000000000000000000000000000000000000006
Offset: 1

Views

Author

Arkadiusz Wesolowski, Jan 14 2012

Keywords

Comments

All semiprimes of the form 7*10^n + 6 and 8*10^n + 5 are in the sequence.

Crossrefs

Cf. A006753.

Programs

  • Mathematica
    e = 47; Sort[Join[{27}, 2*Select[Flatten[Union[Table[(2*10^n + 2)/2, {n, 0, e}], Table[(a*10^n + 13 - a)/2, {a, {5, 7, 9}}, {n, e}]]], PrimeQ], 5*Select[Table[(8*10^n + 5)/5, {n, e}], PrimeQ]]]