Add problem info
This commit is contained in:
parent
b492770ed0
commit
91c0654dec
2 changed files with 11 additions and 0 deletions
10
problem_desc
Normal file
10
problem_desc
Normal 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 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.
|
1
problem_link
Normal file
1
problem_link
Normal file
|
@ -0,0 +1 @@
|
|||
https://programmingpraxis.com/2021/11/30/reciprocal-palindromes/
|
Loading…
Reference in a new issue