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). It can be stated here that an infinite number of Pascal type triangles, where the last number on a row may be any integer greater than zero, may be constructed. In addition, a method for their construction uses the expression
(1 + mx)(1 + x)n where
m > 0 and (1 + x)n is the polynomial used to generate the Pascal triangle. First the Lucas triangle(1,2) will be constructed and it will be shown that its coefficients can also be generated using the partial sums of a MacLaurin series as well as the binomial expansion of
2 | 2 | |||||||||||||||
1 | 2 | 3 | ||||||||||||||
1 | 3 | 2 | 6 | |||||||||||||
1 | 4 | 5 | 2 | 12 | ||||||||||||
1 | 5 | 9 | 7 | 2 | 24 | |||||||||||
1 | 6 | 14 | 16 | 9 | 2 | 48 | ||||||||||
1 | 7 | 20 | 30 | 25 | 11 | 2 | 96 | |||||||||
1 | 8 | 27 | 50 | 55 | 36 | 13 | 2 | 192 |
As can be seen, just as in the Pascal triangle, every number in each row of the triangle is obtained by adding the two numbers nearest it (diagonally) in the row above, except the two end numbers, which are 1 and 2.
We can produce the coefficients of the Lucas triangle(1,2) using a partial sums MacLaurin series which is a power series generated by a function f:
To derive the series, we first list the function and its derivatives and using the product rule on f(x) and its derivatives:
Since we are given the first row as 2, for the three examples below we start the evaluation at the second thru fourth rows of the triangle, treating row 2 as n=0, and then sum up the partial sums to give the coefficients of each of these rows:
Alternatively, we can compute the coefficients of the Lucas triangle using the binomial theorem and multiplying each of the terms by (1 + 2x):
where (n/k) is the number of combinations.
Table I can also be displayed in irregular triangle array format and to show that the ascending diagonals corresponding to the Lucas sequence A000032 are generated from the Lucas triangle. The sequence shown in the first row of Table II and its ascending diagonals are depicted in bicolor:
SD | 2 | 1 | 3 | 4 | 7 | 11 | 18 | 29 | 47 | 76 | 123 |
---|---|---|---|---|---|---|---|---|---|---|---|
2 | |||||||||||
1 | 2 | ||||||||||
1 | 3 | 2 | |||||||||
1 | 4 | 5 | 2 | ||||||||
1 | 5 | 9 | 7 | 2 | |||||||
1 | 6 | 14 | 16 | 9 | 2 | ||||||
1 | 7 | 20 | 30 | 25 | 11 | 2 | |||||
1 | 8 | 27 | 50 | 55 | 36 | 13 | 2 | ||||
1 | 9 | 35 | 77 | 105 | 91 | 49 | 15 | 2 | |||
1 | 10 | 44 | 112 | 182 | 196 | 140 | 64 | 17 | 2 |
Go to Part V. Go back to homepage.
Copyright © 2021 by Eddie N Gutierrez. E-Mail: enaguti1949@gmail.com