A338275 Array of triples read by antidiagonals of triples, giving analogs of Pythagorean triples [a,b,c] being [odd,even,odd] consistent with the functions U(i;n,k) described in A327263.
5, 8, 9, 5, 12, 13, 15, 12, 19, 5, 16, 17, 21, 20, 29, 9, 24, 25, 5, 20, 21, 27, 28, 39, 9, 40, 41, 29, 16, 33, 5, 24, 25, 33, 36, 49, 9, 56, 57, 45, 28, 53, 23, 32, 39, 5, 28, 29, 39, 44, 59, 9, 72, 73, 61, 40, 73, 33, 56, 65, 13, 48, 49
Offset: 1
Examples
In the following start of the array, the column headings would be U(i;n,k), but n and k are left out to avoid confusion with n of (m,n). U(1;,) U(2;,) U(3;,) U(4;,) U(5;,) U(6;,) m 3 n 2 [5,8,9] [5,12,13] [5,16,17] [5,20,21] [5,24,25] [5,28,29] ----------------------------------------------------------------------------------- m 5 n 2 [15,12,19] [21,20,29] [27,28,39] [33,36,49] [39,44,59] [45,52,69] n 4 [9,24,25] [9,40,41] [9,56,57] [9,72,73] [9,88,89] [9,104,105] ----------------------------------------------------------------------------------- m 7 n 2 [29,16,33] [45,28,53] [61,40,73] [77,52,93] [93,64,113] [109,76,133] n 4 [23,32,39] [33,56,65] [43,80,91] [53,104,117] [63,128,143] [73,152,169] n 6 [13,48,49] [13,84,85] [13,120,121] [13,156,157] [13,192,193] [13,228,229] ----------------------------------------------------------------------------------- m 9 n 2 [47,20,51] [77,36,85] [107,52,119] [137,68,153] [167,84,187] [197,100,221] n 4 [41,40,57] [65,72,97] [89,104,137] [113,136,177] [137,168,217] [161,200,257] n 6 [31,60,67] [45,108,117] [59,156,167] [73,204,217] [87,252,267] [101,300,317] n 8 [17,80,81] [17,144,145] [17,208,209] [17,272,273] [17,336,337] [17,400,401]
Links
- Ron Knott, Pythagorean Triples and Online Calculators
Formula
Given i > 0, for each (odd,even) pair (m,n) with m >= 3 and m > n >= 2, the triple [a, b, c] consists of
a = (i*m^2 - (i-2)*(2m-1))/2 - (i*n^2)/2 analogous to m^2 - n^2
b = i*m*n - (i-2)*n analogous to 2m*n
c = (i*m^2 - (i-2)*(2m-1))/2 + (i*n^2)/2 analogous to m^2 + n^2.
Comments