#Pythagoreans

  • = 2n+1
    • = 2n^2+2n
    • = 2n^2+2n+1
  • A=4n+4
    • B=4n^2+8n+3
    • C=4n^2+8n+5
You can start from n^2 and move forward/backwards by 'a' ((n+/-1)^2) or 'A' ((n+/-2)^2). 

You can plug in any 'abc' (or 'bac') or 'ABC' (or 'BAC') below to get the Universe of Pythagorean Triples.  This works for negative numbers as well as positive. 

T0 = 'abc' (or 'bac') or 'ABC' (or 'BAC')
T3 = next T0.

Example
t1abc
t2abc
t3abc
New A
1-22
2-12
2-23
New B
122
212
223
New C
-122
-212
-223
New A Prime
21-1
-222
-213
New B Prime
211
2-22
2-13
New C Prime
2-11
222
213

More explanation for the transforms can be found here.

Comments