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.

A228951 Numbers n such that decimal expansion of n^n has only one zero.

Original entry on oeis.org

9, 11, 17, 19, 21, 28, 29
Offset: 1

Views

Author

Jahangeer Kholdi, Oct 12 2013

Keywords

Comments

19 is the median of this finite set of numbers and the only zero of 19^19 is in the middle of it.

Crossrefs

Programs

  • Mathematica
    Select[Range[1000],Count[IntegerDigits[#^#],0]==1&]