For each number , we define the "Digital Sum" as sum of the digits of and repeat the process until the result is a single digit number.
Example :
For
Find the digital sum of .
.
Inspired by 2016 Digital Sum
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.
The digital sum for 4 6 1 7 is 4 + 6 + 1 + 7 = 1 8 = 1 + 8 = 9 . Nine is a special number where 9, n times or m times the digital number remains the same. For Example : 9 × 1 2 3 = 1 1 0 7 , Digital Sum is 9 . This same in all the cases with the number nine. So the Digital sum is always nine for any number of terms.