cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A361042 Triangle read by rows: T(n, k) = Sum_{j=0..n} j! * binomial(n - j, n - k).

Original entry on oeis.org

1, 1, 2, 1, 3, 4, 1, 4, 7, 10, 1, 5, 11, 17, 34, 1, 6, 16, 28, 51, 154, 1, 7, 22, 44, 79, 205, 874, 1, 8, 29, 66, 123, 284, 1079, 5914, 1, 9, 37, 95, 189, 407, 1363, 6993, 46234, 1, 10, 46, 132, 284, 596, 1770, 8356, 53227, 409114, 1, 11, 56, 178, 416, 880, 2366, 10126, 61583, 462341, 4037914
Offset: 0

Views

Author

Peter Luschny, Mar 13 2023

Keywords

Examples

			Triangle T(n, k) starts:
[0] 1;
[1] 1,  2;
[2] 1,  3,  4;
[3] 1,  4,  7,  10;
[4] 1,  5, 11,  17,  34;
[5] 1,  6, 16,  28,  51, 154;
[6] 1,  7, 22,  44,  79, 205,  874;
[7] 1,  8, 29,  66, 123, 284, 1079, 5914;
[8] 1,  9, 37,  95, 189, 407, 1363, 6993, 46234;
[9] 1, 10, 46, 132, 284, 596, 1770, 8356, 53227, 409114.
		

Crossrefs

Cf. A003422 (main diagonal), A014144 (subdiagonal), A152689, A233449 (row sums), A133942 (alternating row sums), A293468 (central row).