The Column Addition Triangle (CAT) - A Pascal Δ Analogy (Part I)

Summation of Rising Diagonals in CAT

An interesting property of Pascal's triangle is that its diagonals sum to the Fibonacci sequence as shown online. (Just type in Pascal Fibonacci image). A similar property has been discovered with the column addition triangle (CAT) used to sum up columns in the multiplication of very large numbers. The triangle is shown in Table I along with an image of the same triangle showing ten of its summed ascending diagonals. These sums correspond to the sequence in the OEIS database for the Sloane number A007980 with the formula ⌈n(n+1)/3⌉ starting at n = 1. The left and right ceiling brackets denotes that the the number is rounded off to the next higher number. Table I also contains the sum of the rows which correspond to the Sloane number A001105 with the formula 2n2. The CAT triangle is now listed in the OEIS database as Sloane number A347026.

The Triangle and its Image

Table I (CAT)
11 2
1331 8
135531 18
13577531 32
1357997531 50
1357911119753 172
1357911131311975 3198
1357911131515131197 531128

CAT Image

A triangle

The CAT Image can also be displayed in irregular triangle array format with two colors corresponding to the ascending diagonals as shown in the partial Table II where the first row - SD represents the Sum of Diagonals:

Table II (CAT/Diagonals)
SD12 4710 1419 243037
11
133 1
135 53 1
135 77 531
135 799 7531
135 7911119753 1
135 7911131311975 31
1357 911131515131197531
135 7911131517171513 11975
13579 1113151719191715 13119

Since Table I is symmetrical through the center of the triangle the formulas derived for the coefficients (C) of the left hand side of the triangle:

C = 2k − 1    for 1 ≤ k ≤ n

and the right hand side:

C = 2k − 1    for n ≤ k ≤ 1

are identical and C is an odd number. The difference being, however, that k starts initially at 1 on the left hand side and at n on the right hand side. This differs from the Pascal triangle binomial coefficient formula which has no restrictions on odd/even numbers and k goes in only one direction:

n! k!(n − k)!    for 0 ≤ k ≤ n

Using this formula (see text file CAT-text) with an n value of 19 the triangle can be displayed as an irregular triangle array which may be read row by row CAT-19.

It will be shown in Part II that the numbers in the CAT triangle are the coefficients of polynomials (as in the Pascal triangle analog) which are divisible by x + 1 producing new polynomials which may or may not be divisible by x + 1 depending on whether the middle coefficient term is odd or even.

In the last table it can be seen that the Sloane number A007980 may also be constructed, accordingly, by adding the red number above it (also a Sloane number A004396) to obtain the next higher number. This red colored sequence is just an even number followed by the same two odds with no accompanying equation.

The CAT Diagonal Sequence
12334 5567
1247101419 243037

Go to Part II. Go back to homepage.


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