Let f(n) denote the digit sum of integer n when written in decimal notation. What is fff(4444^4444)?
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.
Assuming fff(n) is f(f(f(n))), then you have to find the digit sum three times.
The digit sum of 4 4 4 4 4 4 4 4 is 7 2 6 1 0 ,
The digit sum of 7 2 6 1 0 is 1 6 ,
The digit sum of 1 6 is 7 .
The answer is 7 .