and the sum of its digits is
.
What is the sum of the digits of the number
?
Because Javascript has poor precision with large numbers, I used strings.
I wrote a function to double the value of the numbers in my strings and
I ran it 1,000 times. Then I wrote a function to sum the numbers in the
string produced by that function.
###,###