What is the value of the sum of digits of the summation above?
Bonus: Generalize for .
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.
This is just a pattern and not a proof:
Generalize for 1 0 n by seeking pattern:
When n = 1 ,sum = 6 ( 1 0 ) ( 1 1 ) ( 2 1 ) = 3 8 5 , So sum of digits = 3 + 8 + 5 = 1 6 .
When n = 2 ,sum = 6 ( 1 0 0 ) ( 1 0 1 ) ( 2 0 1 ) = 3 3 8 3 5 0 , So sum of digits = 3 ( 3 ) + 8 + 5 = 2 2 .
When n = 3 ,sum = 6 ( 1 0 0 0 ) ( 1 0 0 1 ) ( 2 0 0 1 ) = 3 3 3 8 3 3 5 0 0 , So sum of digits = 3 ( 5 ) + 8 + 5 = 2 8 .
…
When n = n ,sum = 6 ( n ) ( n + 1 ) ( 2 n + 1 ) , So sum of digits = 3 ( 2 n − 1 ) + 8 + 5 = 6 n + 1 0 .
Here n = 1 0 0 0 which means sum of digits = 6 ( 1 0 0 0 ) + 1 0 = 6 0 1 0 .