Let be the set of the first odd numbers greater than zero. If is the element of , find for .
Enter the number of zeros in this 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.
Mathematica
Count[IntegerDigits@Sum[2k+1,{k,0,10^15000-1}],0]
returns 30000