|
| |
|
|
A136572
|
|
Triangle read by rows: row n consists of n zeros followed by n!.
|
|
8
| |
|
|
1, 0, 1, 0, 0, 2, 0, 0, 0, 6, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 720, 0, 0, 0, 0, 0, 0, 0, 5040, 0, 0, 0, 0, 0, 0, 0, 0, 40320
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,6
|
|
|
COMMENTS
| A136572 * A007318 = A021012(unsigned). A007318 * A136572 = A008279
|
|
|
FORMULA
| Triangle, n zeros followed by n! T(n,k): n! * 0^(n-k), 0<=k<=n. As an infinite lower triangular matrix, A000142 (1, 1, 2, 6, 24, 120,...) in the main diagonal and the rest zeros.
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
0, 1;
0, 0, 2;
0, 0, 0, 6;
0, 0, 0, 0, 24;
0, 0, 0, 0, 0, 120;
...
|
|
|
CROSSREFS
| Cf. A000142, A021012, A008279.
Sequence in context: A082399 A051883 A132792 * A053203 A158360 A094315
Adjacent sequences: A136569 A136570 A136571 * A136573 A136574 A136575
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 07 2008
|
| |
|
|