Sum of Digit Sum


Suppose, $S(a)$ is the sum of the digits in $a$. Let $F(n)$ denote the set of integers from $1$ to $1000$ such that $S(n\cdot a) = n \cdot S(a)$. Find- $$\large \sum_{i=1}^{63} |F(i)|$$


Function  


  0 Upvote                    0 Downvote

Statistics



Attempt 5


Solve 2


First Solve mollamdkashem22