The (1,k)-Pascal triangle has its rightmost nonzero entries initialized to k and its leftmost nonzero entries (except the first row for n = 0) initialized to 1. Thus the rows of the (1,k)-Pascal triangle are the left-right reversal of the rows of the (k,1)-Pascal triangle, with the exception of the first row (for n = 0) which is now k instead of 1.
The (1,k)-Pascal triangle is a geometric arrangement of numbers produced recursively which generates (in its falling interior diagonals starting from the rightmost one) the (k+2)-gonal gnomonic numbers, the (k+2)-gonal numbers, the (k+2)-gonal pyramidal numbers and then the (k+2)-gonal hyperpyramidal numbers for dimension greather than 3 (The (k,1)-Pascal triangle , for the rectangular version, will generate those in its columns.) The original Pascal triangle, which is thus the (1,1)-Pascal triangle, generates (both in its columns for the rectangular version and in its falling interior diagonals starting from the rightmost one, since the (1,1)-Pascal triangle is symmetrical) the triangular gnomonic numbers (the natural numbers,) the triangular numbers, the tetrahedral numbers (the triangular pyramidal numbers) and then the hypertetrahedral numbers (the triangular hyperpyramidal numbers) for dimension greather than 3.
The rectangular version of the (1,k)-Pascal triangle
n = 0
|
k
|
1
|
1
|
k
|
2
|
1
|
|
k
|
3
|
1
|
|
|
k
|
4
|
1
|
|
|
|
k
|
5
|
1
|
|
|
|
|
k
|
6
|
1
|
|
|
|
|
|
k
|
7
|
1
|
|
|
|
|
|
|
k
|
8
|
1
|
|
|
|
|
|
|
|
k
|
9
|
1
|
|
|
|
|
|
|
|
|
k
|
10
|
1
|
|
|
|
|
|
|
|
|
|
k
|
11
|
1
|
|
|
|
|
|
|
|
|
|
|
k
|
12
|
1
|
|
|
|
|
|
|
|
|
|
|
|
k
|
|
j = 0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
In the equilateral version of the (1,k)-Pascal triangle, we start with a cell (row 0) initialized to k, with the leftmost nonzero cell in the row below initialized to 1, in a staggered array of empty (0) cells. We then recursively evaluate the cells as the sum of the two cells staggered above. The triangle thus grows into an equilateral triangle.
In the rectangular version of the (1,k)-Pascal triangle, we start with a cell (row 0) initialized to k, with the cell below it initialized to 1, in a regular array of empty (0) cells. We then recursively evaluate the cells as the sum of the one above left and the one directly above. The triangle thus grows into a rectangular triangle.
The rightmost nonzero cells on each rows are therefore set to k and the leftmost nonzero cells on each rows except the first one (for n = 0) are set to 1. All the interior cells are necessarily greater than or equal to k+1. The number of cells from rows 0 to n which are equal to 1 is n. (Cf. A001477(n),) the number of cells from rows 0 to n which are equal to k is n+1 (Cf. A001477(n+1),) and the number of cells from rows 0 to n which are greater than or equal to k+1 is
, the (n-1)th triangular number.
Recursion rule
The (1,k)-Pascal triangle recursion rule is:
![{\displaystyle T_{(1,k)}(n,n)=k,\ n\geq 0,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/361b85cdebb2852a4be8bd45788912ab372a46a2)
![{\displaystyle T_{(1,k)}(n,0)=1,\ n\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/a642e45e540cc54096ea06ab949ff0ae6509cec4)
![{\displaystyle T_{(1,k)}(n,j)=T_{(1,k)}(n-1,j-1)+T_{(1,k)}(n-1,j),\ 0<j<n.\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/8d664dd85b5f33f01281dcef66ae0d964b1a7fbf)
Formulae
Formulae in terms of binomial coefficients
![{\displaystyle T_{(1,k)}(0,0)=k,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/d48e5f4b498ccc3aabbf8d7457e8a4c6e36eca0a)
![{\displaystyle T_{(1,k)}(n,j)=k{\binom {n-1}{j-1}}+{\binom {n-1}{j}}=kT_{(1,1)}(n-1,j-1)+T_{(1,1)}(n-1,j),\ n\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/fa71aa0f96de71a4b44061104ab5001a5d75dff4)
where
when n < 0, r < 0 or n - r < 0,[1] and
is cell (n, j) of Pascal's triangle.
Formulae in terms of (hyper)pyramidal numbers
![{\displaystyle T_{(1,k)}(0,0)=k,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/d48e5f4b498ccc3aabbf8d7457e8a4c6e36eca0a)
[2]
where
![{\displaystyle Y_{k+d}^{(d)}(1)=1,\ d\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/7b7df81c083e37f10b31a0d6099d0f19d0e1495e)
![{\displaystyle Y_{k}^{(0)}(n)=k,\ n\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/ea8bb5d015c01684c0e73ebc6000f5709ab3eacb)
[2]
and where
![{\displaystyle Y_{k+1}^{(1)}(n)=P_{k+1}^{(1)}(n),\ n\geq 0,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/6900e74d97600b05c45b0343a9657ef714038bb2)
is the the nth k-step or (k+2)-gonal gnomonic number, and
![{\displaystyle Y_{k+2}^{(2)}(n)=P_{k+2}^{(2)}(n),\ n\geq 0,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/da143c49a16442b0a82b8720aed85e416672310d)
is the the nth (k+2)-gonal number.
(1,k)-Pascal triangle rows
The (1,k)-Pascal triangle rows give an infinite sequence of finite sequences:
- {{
}, {
}, {
}, {
}, ...}
The concatenation of the infinite sequence of finite sequences gives the infinite sequence:
- {
}
(1,k)-Pascal triangle rows sums
The sums of the respective finite sequences give the infinite sequence:
- {k, k+1, 2(k+1), 4(k+1), 8(k+1), 16(k+1), 32(k+1), 64(k+1), ...}
with members given by the formula:
![{\displaystyle \sum _{j=0}^{n}T_{(1,k)}(n,j)={\frac {(k+1)2^{n}+(k-1)0^{n}}{2}},\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/b1015463034cb80c7530626b5a0bea1568b28b6c)
where:
![{\displaystyle 0^{0}=1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/690facee3f348c4face09c3ef87a505d109a1061)
![{\displaystyle 0^{n}=0,\ n\geq 1.\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/5e31e4ad4eab8b40094182ee1801fcb416be659d)
The generating function is:
(1,k)-Pascal triangle rows alternating sign sums
The alternating sign sums of the respective finite sequences give the infinite sequence:
- {k, 1-k, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}
with members given by the formula:
![{\displaystyle \sum _{j=0}^{n}(-1)^{j}T_{(1,k)}(n,j)=k\ 0^{|n|}+(1-k)\ 0^{|n-1|},\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/9c81df10941e8429f2783ae93806761097d55dff)
where:
![{\displaystyle 0^{0}=1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/690facee3f348c4face09c3ef87a505d109a1061)
![{\displaystyle 0^{n}=0,\ n\geq 1.\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/5e31e4ad4eab8b40094182ee1801fcb416be659d)
The generating function is:
![{\displaystyle G_{\{\sum _{j=0}^{n}(-1)^{j}T_{(1,k)}(n,j)\}}=k\ G_{0^{|n|}}(x)+(1-k)\ G_{0^{|n-1|}}=k\ (1)+(1-k)\ (x)=k+(1-k)x\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/a48c60235aaf7f776552c248760170459e9462fa)
(1,k)-Pascal (rectangular) triangle columns (and Chebyshev polynomials?)
Table of columns sequences
The i th, i ≥ 0, member of column j appears in row j+i.
(1,k)-Pascal triangle columns sequences
j
|
sequences
|
OEIS
number
|
0
|
{k, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...}
|
|
1
|
{ }
|
|
2
|
{ }
|
|
3
|
{ }
|
|
4
|
{ }
|
|
5
|
{ }
|
|
6
|
{ }
|
|
7
|
{ }
|
|
8
|
{ }
|
|
9
|
{ }
|
|
10
|
{ }
|
|
11
|
{ }
|
|
12
|
{ }
|
|
Table of columns sequences related formulae
The i th, i ≥ 0, member of column j appears in row j+i.
(1,k)-Pascal triangle columns sequences related formulae
j
|
Formulae
|
Generating
function
for i th (i ≥ 0)
member of column
|
Order
of basis
|
Differences
|
Partial sums
|
Partial sums of reciprocals
|
Sum of Reciprocals[3][4]
|
0
|
|
|
|
|
|
|
|
1
|
|
|
(for )
|
|
|
|
|
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
|
(1,k)-Pascal (rectangular) triangle falling diagonals and (k+2)-gonal (hyper)pyramidal numbers
If you look at the (1,k)-Pascal triangle, it seems that the convention giving the most symmetry in the triangle would be to have 1 (for the initial dot) for n = 0, so n would coincide with j. With this convention, n would indicate the number of nondegenerate subfigures of the figurate number.
The rectangular version of the (1,k)-Pascal triangle
(Figurate Number Triangle)[5]
n = 0
|
k
|
1
|
1 [6]
|
k
|
2
|
1 [7]
|
|
k
|
3
|
1 [2]
|
|
|
k
|
4
|
1
|
|
|
|
k
|
5
|
1
|
|
|
|
|
k
|
6
|
1
|
|
|
|
|
|
k
|
7
|
1
|
|
|
|
|
|
|
k
|
8
|
1
|
|
|
|
|
|
|
|
k
|
9
|
1
|
|
|
|
|
|
|
|
|
k
|
10
|
1
|
|
|
|
|
|
|
|
|
|
k
|
11
|
1
|
|
|
|
|
|
|
|
|
|
|
k
|
12
|
1
|
|
|
|
|
|
|
|
|
|
|
|
k
|
|
j = 0
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
(1,k)-Pascal (rectangular) triangle rising diagonals and ????? numbers
(1,k)-Pascal triangle central elements
The central elements (for row 2m, m ≥ 0) of the (1,k)-Pascal triangle give the sequence:
![{\displaystyle \{k,1+k,3(1+k),10(1+k),35(1+k),126(1+k),462(1+k),1716(1+k),6435(1+k),\ldots \}=\{k,(1+k)\ {\tfrac {A000984(m)}{2}}|_{m=1}^{\infty }\},\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/30ce6165520165206d1e8d262a1328cbd2de2698)
where A000984(n), n ≥ 0, are the central binomial coefficients,
:
- {1, 2, 6, 20, 70, 252, 924, 3432, 12870, 48620, 184756, 705432, 2704156, 10400600, 40116600, 155117520, 601080390, 2333606220, 9075135300, 35345263800, ...}
They central elements are given by the formulae:
![{\displaystyle T_{(1,k)}(2m,m)=(1+k){\frac {T_{(1,1)}(2m,m)}{2}}=(1+k)(m+1){\frac {C_{m}}{2}},\ m\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/6c48b72d3b7904bd67a7e9674c1cf247b15cc907)
where:
![{\displaystyle C_{m}={\frac {T_{(1,1)}(2m,m)}{m+1}}={\frac {\binom {2m}{m}}{m+1}}={\frac {(2m)!}{m!(m+1)!}}\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/cc7751062e6d2d7bacbb7b34947abb72ec942fff)
is the mth, m ≥ 0, Catalan number (also called Segner numbers) (Cf. A000108(m)):
- {1, 1, 2, 5, 14, 42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 35357670, 129644790, 477638700, 1767263190, 6564120420, ...}
The generating function, for m ≥ 1, is:
![{\displaystyle G_{\{T_{(1,k)}(2m,m)\}}(x)={\frac {k+1}{2}}\{G_{\{m\ C_{m}\}}(x)+G_{\{C_{m}\}}(x)\}={\frac {k+1}{2}}\{xC'(x)+C(x)\}={\frac {k+1}{2}}{\bigg \{}{\frac {1}{1-2xC(x)}}{\bigg \}}=(k+1){\frac {1}{2{\sqrt {1-4x}}}},\ m\geq 1,\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/7f07c8d5818284ff7c0d37d5f6aeba45b56819da)
and the generating function, for m ≥ 0, is:
where
is the generating function of the Catalan numbers:
![{\displaystyle C(x)=G_{\{C_{m}\}}(x)={\frac {1-{\sqrt {1-4x}}}{2x}},\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/b01fdf95e364275f19c730e3d75a535c8a290e67)
and
![{\displaystyle C'(x)={\frac {dC(x)}{dx}}={\frac {1}{x{\sqrt {1-4x}}}}-{\frac {1-{\sqrt {1-4x}}}{2x^{2}}}\,}](https://en.wikipedia.org/api/rest_v1/media/math/render/svg/dc2207b37f658d15d295a3b196d92e7a44c810c4)
See also
Notes
- ↑ Weisstein, Eric W., Binomial Coefficient, From MathWorld--A Wolfram Web Resource.
- ↑ 2.0 2.1 2.2 Where
, k ≥ 1, n ≥ 0, is the d-dimensional, d ≥ 0, (k+2)-gonal base (hyper)pyramidal number where, for d ≥ 2,
is the number of vertices (including the
apex vertices) of the polygonal base (hyper)pyramid.
- ↑ Downey, Lawrence M., Ong, Boon W., and Sellers, James A., Beyond the Basel Problem: Sums of Reciprocals of Figurate Numbers, 2008.
- ↑ PSYCHEDELIC GEOMETRY, INVERSE POLYGONAL NUMBERS SERIES.
- ↑ Weisstein, Eric W., Figurate Number Triangle, From MathWorld--A Wolfram Web Resource.
- ↑ Where
, k ≥ 1, n ≥ 0, is the nth k-step or (k+2)-gonal gnomonic number.
- ↑ Where
, k ≥ 1, n ≥ 0, is the nth (k+2)-gonal number.
External links
- S. Plouffe, Approximations de Séries Génératrices et Quelques Conjectures, Dissertation, Université du Québec à Montréal, 1992.
- S. Plouffe, 1031 Generating Functions and Conjectures, Université du Québec à Montréal, 1992.
- Herbert S. Wilf, generatingfunctionology, 2nd ed., 1994.