A379830 a(n) is the number of Pythagorean triples (u, v, w) for which w - u = n where u < v < w.
0, 0, 1, 0, 1, 0, 1, 0, 2, 2, 1, 0, 1, 0, 1, 0, 2, 0, 4, 0, 1, 0, 1, 0, 2, 3, 1, 2, 1, 0, 1, 0, 5, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 1, 2, 1, 0, 2, 4, 7, 0, 1, 0, 4, 0, 2, 0, 1, 0, 1, 0, 1, 2, 5, 0, 1, 0, 1, 0, 1, 0, 8, 0, 1, 3, 1, 0, 1, 0, 2, 6, 1, 0, 1, 0, 1, 0
Offset: 0
Keywords
Examples
The a(18) = 4 Pythagorean triples are (27, 36, 45), (16, 30, 34), (40, 42, 58), (7, 24, 25) because 45 - 27 = 34 - 16 = 58 - 40 = 25 - 7 = 18. See also linked Maple program "Pythagorean triples for which w - u = n".
Links
- Felix Huber, Table of n, a(n) for n = 0..10000
- Felix Huber, Pythagorean triples for which w - u = n
- Eric Weisstein's World of Mathematics, Pythagorean Triple
Comments