What is the smallest positive integer such that the decimal representation of does not contain the digit 6?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
just checked the first 10 values on Mathematica
Table[Sum[x^n, {n, 0, 5}], {x, 10}]
{6, 63, 364, 1365, 3906, 9331 , 19608, 37449, 66430, 111111}