The above expression shows the concatenation of the prime numbers less than or equal to 2017 written backwards.
Let and denote the number of digits and the sum of digits, respectively, of this large number. What can you say about the number obtained from the expression given below?
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.
I used a primes under n generator to find all primes under 2017, added them to an empty string, and found l and s.