Bounding this program to determine the sum of reciprocal integers not containing zero
问题 Let A denote the set of positive integers whose decimal representation does not contain the digit 0. The sum of the reciprocals of the elements in A is known to be 23.10345. Ex. 1,2,3,4,5,6,7,8,9,11-19,21-29,31-39,41-49,51-59,61-69,71-79,81-89,91-99,111-119, ... Then take the reciprocal of each number, and sum the total. How can this be verified numerically? Write a computer program to verify this number. Here is what I have written so far, I need help bounding this problem as this currently