diff --git a/problem_desc b/problem_desc new file mode 100644 index 0000000..4798769 --- /dev/null +++ b/problem_desc @@ -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 doesn’t 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. diff --git a/problem_link b/problem_link new file mode 100644 index 0000000..f39dd86 --- /dev/null +++ b/problem_link @@ -0,0 +1 @@ +https://programmingpraxis.com/2021/11/30/reciprocal-palindromes/