#Pythagorean Triples

13 messages · Page 1 of 1 (latest)

mossy ether
#

I've been recently invested in the idea of primitive pythagorean triples.
After a bit of investigation, I learned that the hypotenuse of the triangle must be m^2 + n^2 where m and n are distinct natural numbers, and m^2 + n^2 and m^2 - n^2 are coprime.
I was wondering whether the recipicoral sum would be something interesting or whether it would diverge. Namely:
1/5 + 1/13 + 1/17 + 1/25 + 1/29 +...

elfin sealBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
crude gazelle
#

all reciprocals of hypotenuses?

mossy ether
delicate blaze
# mossy ether I've been recently invested in the idea of primitive pythagorean triples. After ...

You might find this interesting:

https://youtu.be/QJYmyhnaaek?si=QQIzbsjarecLw__q

To understand all pythagorean triples like (3, 4, 5), (5, 12, 13), etc. look to complex numbers.
This video was sponsored by Remix: https://www.remix.com/jobs
Help fund future projects: https://www.patreon.com/3blue1brown
An equally valuable form of support is to simply share some of the videos.
Special thanks to these supporters: http://3b1b.co...

▶ Play video
mossy ether
#

yeah i saw that

#

3blue1brown is great

balmy flame
#

It starts of seeming unrelated to pythag triples

#

But then u find that they come into it and it’s a weird pattern

scenic crater
#

if you choose the larger of m,n to be an odd prime p, then (p,2), (p,4), ..., (p,p-1) are all valid
the sum of those is at least (p-1)/(2*2p^2) which diverges