|
| |
|
|
A053201
|
|
Pascal's triangle (excluding first, last element of each row) read by rows, row n read mod n.
|
|
6
| |
|
|
0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 3, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 6, 0, 4, 0, 0, 0, 3, 0, 0, 3, 0, 0, 0, 5, 0, 0, 2, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 4, 3, 0, 0, 0, 3, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 7, 0, 7, 2, 7, 0, 7, 0, 7, 0, 0, 0, 5, 0, 3, 10, 0, 0, 10, 3, 0, 5, 0
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,5
|
|
|
COMMENTS
| Prime numbered rows contain all zeros.
|
|
|
LINKS
| T. D. Noe, Rows n=2..100 of triangle, flattened
|
|
|
EXAMPLE
| 0; 0,0; 0,2,0; 0,0,0,0; 0,3,2,3,0; ...
row 6 = 6 mod 6, 15 mod 6, 20 mod 6, 15 mod 6, 6 mod 6 = 0, 3, 2, 3, 0
|
|
|
CROSSREFS
| Row sums give A053205. Cf. A053200, A053202, A053203, A007318 (Pascal's triangle)
Sequence in context: A082523 A186034 A083935 * A028605 A070205 A138363
Adjacent sequences: A053198 A053199 A053200 * A053202 A053203 A053204
|
|
|
KEYWORD
| nonn,nice,tabl
|
|
|
AUTHOR
| Asher Auel (asher.auel(AT)reed.edu) Dec 12, 1999
|
|
|
EXTENSIONS
| a(62) and a(68) corrected by T. D. Noe, Feb 08 2008
|
| |
|
|