Add problem info

This commit is contained in:
Stephen Seo 2022-01-08 19:13:27 +09:00
parent b492770ed0
commit 91c0654dec
2 changed files with 11 additions and 0 deletions

10
problem_desc Normal file
View File

@ -0,0 +1,10 @@
Over on YouTube, Michael Penn proves that the sum of reciprocals of the
palindromes converges:
\sum_{p \in PALIN} 1/p
But he doesnt compute the value to which the sum converges.
Your task is to compute the infinite sum. When you are finished, you are welcome
to read a suggested solution, or to post your own solution or discuss the
exercise in the comments below.

1
problem_link Normal file
View File

@ -0,0 +1 @@
https://programmingpraxis.com/2021/11/30/reciprocal-palindromes/