S001080


Triangular table in which the n-th row has the n numbers that are the larger of a pair of numbers x and y such that x^2 - y^2 = A094191(n).

2, 4, 8, 7, 9, 23, 10, 11, 14, 25, 14, 16, 19, 26, 49, 16, 17, 19, 23, 32, 61, 25, 26, 30, 40, 51, 74, 145, 22, 23, 26, 29, 34, 43, 62, 121, 27, 28, 29, 36, 41, 49, 63, 92, 181, 31, 32, 34, 38, 46, 53, 64, 83, 122, 241, 112, 128, 152, 208, 268, 392, 518, 772, 1027, 1538, 3073

1

S001080

Note that A094191(43) is wrong as of today. We used the correct value, which is 9663676416.

T. D. Noe, Plot of 50 rows

T. D. Noe, Table of 50 rows

Amitabha Tripathi, On Pythagorean triples containing a fixed integer, Fib. Q., 46/47 (2008/2009), 331-340. See Theorem 5.

Wikipedia, Difference of two squares

(Mma) ns = {3, 15, 45, 96, 192, 240, 576, 480, 720, 960, 12288}; Table[sol = Solve[x^2 - y^2 == ns[[n]] && x > 0 && y > 0, {x, y}, Integers]; Table[sol[[i, 1, 2]], {i, n}], {n, Length[ns]}]

Cf. A094191S001081.

nonn,tabl

T. D. Noe, Feb 23 2018

© Tony D Noe 2014-2018