Into the loop hole...

f ( x ) = 1 + x + x 2 + x 3 + x 4 + x 5 \large f(x) = 1 + x + x^2 + x^3 + x^4 + x^5

What is the smallest positive integer x x such that the decimal representation of f ( x ) f(x) does not contain the digit 6?


The answer is 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.

1 solution

Giorgos K.
Feb 22, 2018

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}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...