OFFSET
2,3
COMMENTS
LINKS
EXAMPLE
Table begins:
n n-th row
-- ------------
2 1
3 1, 3
4 1, 6
5 1, 10
6 1, 4, 15
7 1, 21
8 1, 28
9 1, 36
10 1, 5, 10, 45
11 1, 55
12 1, 66
.
For n = 6:
Pascal's triangle begins as follows:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
we find the value 6 in row 4 between 4 and 4, and in row 6 between 1 and 15,
so the 6th row contains 1, 4 and 15.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Rémy Sigrist, Feb 15 2023
STATUS
approved