Sequences of Pythagorean Multiples (Part XVb)

Use of the Diophantine Equation x2 ± D(∑ yj2) = z2 for Generating the Sequences

In Part XII Diophantine triples using the Diophantine equation x2 + D(∑ yj2) = z2 was used to produce four examples. This section will show how to create consecutive triples of the Pythagorean equation to generate sequences where the a, b and c of the Pythagorean equation a2 + b2 = c2 are integral. In addition, new modified arithmetic progression and random access methods will be used to calculate the triplets.

We first produce all triples where all the aj are equal and where the subscript j increases consecutively from 1 to k. This is shown in Table I where for example all the ajs are equal to 5. Initially the n2 is greater than the (aj)2 value and the method consists of substituting the values from the appropriate columns of Table I into the Pythagorean equation to obtain the value of z2:

a2 + b2 = c2
(D∑(aj2) − n2)2 + D∑(yj)2 = z2
Table I (D = 1, n= 6)
x y1y2y3...ykz
a1a2a3...ak D(a12 + a22 + a32 + ... + ak2) − n2 2na12na22na3 D(a12 + a22 + a32 + ... + ak2) + n2
500(25) − 36 = −11600061
550(25 + 25) − 36 = 146060086
555(25 + 25 + 25) − 36 = 39606060111
555...5(25 + 25 + 25 + ...) − 36 = 25k −36 606060...6025k + 36

The calculations were done for k = 1 to 16 according to Table I but all subsequent x values for Table II were obtained by multiplying the (aj)2 (in this case 25) with multiples of m2 = 1,4,9,16,... then subtracting 36 as exhibited in Table I. In addition, the initial y value from Table I was used in the arithmetic progression formula to obtain further values of y:

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

On inspection of Table II we see that the common difference between adjacent x and z values is δ1 and that the difference between adjacent δ1s is δδ = 50. Moreover, when we get to the end of Table II we can continue generating new x and z2 values by using the various delta (δ) differences.

Table II (δy=60)
δδδ1x y zδ1δδ
−116061
7575
506412013650
125125
5018918026150
175175
5036424043650
225225
5058930066150
275275
5086436093650
325325
501189420126150
375375
501564480163650
425425

Note that the even rows give non-primitive triangles and must, consequently, be divided by two. Also note that the first entry for x is negative and this value will throw off the first δ1 and δδ differences for this particular x. The x and z values may alternatively be obtained using equation (A2) as long as z is not of the form non-integral z, since this must require a different way of generating the common difference.

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) as was mentioned above.

We place the initial numbers for bks of −11 and 61 along with the values for ai = 75 and d = 50 into equation (A2) and generate the two Tables IIIx and IIIz. We see that except for the first bk number, the values are in agreement with those of Table II.

Table IIIx (d = δδ = 50)
bk+1 = bk + (ai + (k − 1)d)
b2 = −11 + (75 + 0(50)) = 64
b3 = 64 + (75 + 1(50)) = 189
b4 = 189 + (75 + 2(50)) = 364
b5 = 364 + (75 + 3(50)) = 589
b6 = 589 + (75 + 4(50)) = 864
b7 = 864 + (75 + 5(50)) = 1189
b8 = 1189 + (75 + 6(50)) = 1564
b9 = 1564 + (75 + 7(50)) = 1989
Table IIIz (d = δδ = 50)
bk+1 = bk + (ai + (k − 1)d)
b2 = 61 + (75 + 0(50)) = 136
b3 = 136 + (75 + 1(50)) = 261
b4 = 261 + (75 + 2(50)) = 436
b5 = 436 + (75 + 3(50)) = 661
b6 = 661 + (75 + 4(50)) = 936
b7 = 936 + (75 + 5(50)) = 1261
b8 = 1261 + (75 + 6(50)) = 1636
b9 = 1636 + (75 + 7(50)) = 2061

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:

Δ = 72, k = 9 and xi = −11
x: −11 × 81 + 36 × 80 = 1989
z: −11 × 81 + 36 × 82 = 2061

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

Δ = 72, k = 31 and xi = −11
x: −11 × 961 + 36 × 960 = 23989
z: −11 × 961 + 36 × 962 = 24061
z2x2 = 240612 −239892 = 18602

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

This concludes Part XVb. Go to Part XVc for using pair of ajs. Go to Part XVI where the zs are not perfect squares.

Go back Part XV or to Part XIII. Go back to homepage.


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