Sequences of Pythagorean Multiples (Part XV)

Table of Pythagorean triples from Diophantine Equation x2 ± D(∑ yj2) = z2

In this section fully integral Pythagorean multiples derived from ajs of 5 and 7 generated by the method of Part XIV will be displayed. The section will show how to create consecutive triples of the Pythagorean equation to generate sequences where the a, b and c are integral numbers. In addition, a new modified arithmetic progression method as well as a new random access method to generate the triples will be shown. Only the sequence of Pythagorean triples will be shown without going into the actual calcuations performed in Part XIV. Table I refers to those triples obtained from aj of 5 and Table II to those of aj of 7.

Table I (δy=10)
δδδ1x y zδ1δδ
241026
7575
50992010150
125125
502243022650
175175
503994040150
225225
506245062650
275275
508996090150
325325
50122470126650
375375
50159980160150
425425
Table II (δy=14)
δδδ1x y zδ1δδ
481450
147147
981952819798
245245
984404244298
343343
987835678598
441441
981224700122698
539539
98176384176598
637637
98240098240298
735735
983135112313798
833833

Normally the common differences are found via the equation:

ak = ai + (k − 1)d     (A1)

Since there are 2 common differences, one which is variable and the other constant, the x and z values may alternatively be obtained using the modified equation (A2) as long as z is not of the form z, since this would require a different method.

bk+1 = bk + (ai + (k − 1)d)    (A2)

where ai is the initial δ1 value, d is the common difference δδ and bk are the variables x or z. The bk+1, thus, obtained in the first step becomes the bk of the next step. On the other hand, the values for y are obtained using the regular arithmetic progression formula (A1).

For an aj = 5 we place the initial numbers for bks of 99 and 101, obtained in equation (A2), and perform the calculations for the various bks in Tables IIIx and IIIz. On inspection we see that these bk values are in agreement with those of Table I.

Table III x (d = δδ = 50)
bk+1 = bk + (ai + (k − 1)d)
b2 = 24 + (75 + 0(50)) = 99
b3 = 99 + (75 + 1(50)) = 224
b4 = 224 + (75 + 2(50)) = 399
b5 = 399 + (75 + 3(50)) = 624
b6 = 624 + (75 + 4(50)) = 899
b7 = 899 + (75 + 5(50)) = 1224
b8 = 1224 + (75 + 6(50)) = 1599
b9 = 1599 + (75 + 7(50)) = 2024
Table III z (d = δδ = 50)
bk+1 = bk + (ai + (k − 1)d)
b2 = 26 + (75 + 0(50)) = 101
b3 = 101 + (75 + 1(50)) = 226
b4 = 226 + (75 + 2(50)) = 401
b5 = 401 + (75 + 3(50)) = 226
b6 = 226 + (75 + 4(50)) = 901
b7 = 901 + (75 + 5(50)) = 1266
b8 = 1266 + (75 + 6(50)) = 1601
b9 = 1601 + (75 + 7(50)) = 2026

For an aj = 7 we place the initial numbers for bks of 48 and 50, obtained in equation (A2), and perform the calculations for the various bks in Tables IVx and IVz. And we see that these bk values are in agreement with those of Table II.

Table IVx (d = δδ = 98)
bk+1 = bk + (ai + (k − 1)d)
b2 = 48 + (147 + 0(98)) = 195
b3 = 195 + (147 + 1(98)) = 440
b4 = 440 + (147 + 2(98)) = 783
b5 = 783 + (147 + 3(98)) = 1224
b6 = 1224 + (147 + 4(98)) = 1763
b7 = 1763 + (147 + 5(98)) = 2400
b8 = 2400 + (147 + 6(98)) = 3135
b9 = 3135 + (147 + 7(98)) = 3968
Table IVz (d = δδ = 98)
bk+1 = bk + (ai + (k − 1)d)
b2 = 50 + (147 + 0(98)) = 197
b3 = 197 + (147 + 1(98)) = 442
b4 = 442 + (147 + 2(98)) = 785
b5 = 785 + (147 + 3(98)) = 1226
b6 = 1226 + (147 + 4(98)) = 1765
b7 = 1765 + (147 + 5(98)) = 2402
b8 = 2402 + (147 + 6(98)) = 3137
b9 = 3137 + (147 + 7(98)) = 3970

Generating Pythagorean Multiples Via Random Access

Though consecutive Pythagorean triples can be obtained via this manner, a new way of generating the x and z values has been produced (Part XIX). Since each triplet is k2 distance from each other, the equations are modified to k2xi + Δ ∕2(k2−1) for the value of x and k2xi + Δ ∕2(k2+1) for the value of z. Δ corresponds to the difference zx in Table III and xi corresponds to the initial value of x in the table and k can be any value greater than zero. Thus, for example, for Tables III:

Δ = 2, k = 9 and xi = 24
x: 81 × 24 + 80 = 2024
z: 81 × 24 + 82 = 2026

Identical to the last b9 values of Tables IIIx and IIIz. If we take k = 25 we get:

Δ = 2, k = 25 and xi = 24
x: 625 × 24 + 624 = 15624
z: 625 × 24 + 626 = 15626
z2x2 = 156262 − 156242 =2502

And, for example, for Tables IV:

Δ = 2, k = 9 and xi = 24
x: 81 × 48 + 80 = 3968
z: 81 × 48 + 82 = 3970

Identical to the last b9 values of Tables IVx and IVz. If we take k = 25 we get:

Δ = 2, k = 25 and xi = 24
x: 625 × 48 + 624 = 30624
z: 625 × 48 + 626 = 30626
z2x2 = 306262 − 306242 = 3502

Thus, we can access randomly Pythagorean triples of this type via the use of these equations.

This concludes Part XV. The next section (Part XVI) will show a novel way of obtaining sequences of partially integral Pythagorean triples where the square roots of the z values are non-perfect squares and must require a different way of generating the common difference.

Go to Part XVb for an aj of 5 with initially n2 is greater than 25.
Go back to Part XIV. Go back to homepage.


Copyright © 2025 by Eddie N Gutierrez. E-Mail: enaguti1949@gmail.com