website/content/posts/a-mathematical-curiosity.md
Anthony Wang a6de4f5636
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add posts from my old old blog
2022-05-20 14:34:05 -05:00

14 lines
364 B
Markdown

---
title: "A Mathematical Curiosity"
date: 2019-08-13T18:51:00
draft: true
type: "post"
---
*Originally posted on my [old old private blog](https://artofproblemsolving.com/community/c922786h1895231_a_mathematical_curiosity)*
An interesting mathematical curiosity:
$$\sum_{n=2}^{\infty} \sum_{p=2}^{\infty} \frac{1}{n^p} = 1$$
As a challenge, try to prove it!