Harman Patil (Editor)

(2,1) Pascal triangle

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
(2,1)-Pascal triangle

In mathematics, the (2,1)-Pascal triangle (mirrored Lucas triangle)is a triangular array.

Contents

The rows of the (2,1)-Pascal triangle (sequence A029653 in the OEIS) are conventionally enumerated starting with row n = 0 at the top (the 0th row). The entries in each row are numbered from the left beginning with k = 0 and are usually staggered relative to the numbers in the adjacent rows.

The triangle is based on the Pascal's Triangle with the second line being (2,1) and the first cell of each row set to 2.

This construction is related to the binomial coefficients by Pascal's rule, with one of the terms being 2 x + y .

( 2 x + y ) ( x + y ) n 1

Patterns and properties

(2,1)-Pascal triangle has many properties and contains many patterns of numbers. It can be seen as a sister of the Pascal's triangle, in the same way that a Lucas sequence is a sister sequence of the Fibonacci sequence.

Rows

  • Except the row n = 0, 1, The sum of the elements of a single row is twice the sum of the row preceding it. For example, row 1 has a value of 3, row 2 has a value of 6, row 3 has a value of 12, and so forth. This is because every item in a row produces two items in the next row: one left and one right. The sum of the elements of row n is equal to 3 × 2 n 1 .(sequence A003945 in the OEIS) (sequence A007283 in the OEIS)
  • The value of a row, if each entry is considered a decimal place (and numbers larger than 9 carried over accordingly) is a power of 11 multiplied by 21 ( 21 × 11 n 1 , for row n). Thus, in row 2, ⟨2, 3, 1⟩ becomes 21 × 11 , while ⟨2, 9, 16, 14, 6, 1⟩ in row five becomes (after carrying) 307461, which is 21 × 11 4 . This property is explained by setting x = 10 in the binomial expansion of (2x + 1)(x + 1)n−1, and adjusting values to the decimal system. But x can be chosen to allow rows to represent values in any base.
  • In base 3: 231 3 = 7 × 4 ( 28 )
  • ( 2 , 5 , 4 , 1 ) 11011 3 = 7 × 4 2 ( 112 )
  • In base 9: 231 9 = 19 × 10 ( 190 )
  •               2541 9 = 19 × 10 2 ( 1900 )
  • ( 2 , 9 , 16 , 14 , 6 , 1 ) 318561 9 = 19 × 10 4 ( 190000 )
  • Polarity: Yet another interesting pattern, when rows of Pascal's triangle are added and subtracted together sequentially, every row with a middle number, meaning rows that have an odd number of integers, they are always equal to 0. Example, row 4 is 2 7 9 5 1, so the formula would be 9 − (7 + 5) + (2 + 1) = 0, row 6 is 2 11 25 30 20 7 1, so the formula would be 30 − (25 + 20) + (11 + 7) − (2 + 1) = 0. So every even row of the Pascal triangle equals 0 when you take the middle number, then subtract the integers directly next to the center, then add the next integers, then subtract, so on and so forth until you reach the end of the row.
  • Or we can say that when we take the first term of a row, then subtract the second term, then add the third term, then subtract, so on and so forth until you reach the end of the row, the result is always equal to 0.
  • row 3: 2 − 3 + 1 = 0
  • row 4: 2 − 5 + 4 − 1 = 0
  • row 5: 2 − 7 + 9 − 5 + 1 = 0
  • row 6: 2 − 9 + 16 − 14 + 6 − 1 = 0
  • row 7: 2 − 11 + 25 − 30 + 20 − 7 + 1 = 0
  • row 8: 2 − 13 + 36 − 55 + 50 − 27 + 8 − 1 = 0
  • Diagonals

    The diagonals of Pascal's triangle contain the figurate numbers of simplices:

  • The diagonals going along the right edges contain only 1's while the diagonals going along the right edges contain only 2s except the first cell.
  • The diagonals next to the left edge diagonal contain the odd numbers in order.
  • The diagonals next to the right edge diagonal contain the natural numbers in order.
  • Moving inwards, the next pair of diagonals contain the square numbers and triangular numbers minus 1 in order.
  • The next pair of diagonals contain the Square pyramidal number in order, and the next pair give 4-dimensional pyramidal numbers (sequence A002415 in the OEIS).
  • Overall patterns and properties

  • The pattern obtained by coloring only the odd numbers in Pascal's triangle closely resembles the fractal called the Sierpinski triangle. This resemblance becomes more and more accurate as more rows are considered; in the limit, as the number of rows approaches infinity, the resulting pattern is the Sierpinski triangle, assuming a fixed perimeter. More generally, numbers could be colored differently according to whether or not they are multiples of 3, 4, etc.; this results in other similar patterns.
  • Imagine each number in the triangle is a node in a grid which is connected to the adjacent numbers above and below it. Now for any node in the grid, count the number of paths there are in the grid (without backtracking) which connect this node to the top node (1) of the triangle. The answer is the Pascal number associated to that node.
  • One property of the triangle is revealed if the rows are left-justified. In the triangle below, the diagonal coloured bands sum to successive Fibonacci numbers and Lucas numbers.
  • This construction is also related to the expansion of x n + 1 x n , using y = x + 1 x .
  • then
  • References

    (2,1)-Pascal triangle Wikipedia