[go: up one dir, main page]

login
A228951
Numbers n such that decimal expansion of n^n has only one zero.
1
9, 11, 17, 19, 21, 28, 29
OFFSET
1,1
COMMENTS
19 is the median of this finite set of numbers and the only zero of 19^19 is in the middle of it.
MATHEMATICA
Select[Range[1000], Count[IntegerDigits[#^#], 0]==1&]
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Jahangeer Kholdi, Oct 12 2013
STATUS
approved