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.

A334703 Triangle read by rows: T(n,k) = binomial(n*k,3) (0 <= k <= n).

Original entry on oeis.org

0, 0, 0, 0, 0, 4, 0, 1, 20, 84, 0, 4, 56, 220, 560, 0, 10, 120, 455, 1140, 2300, 0, 20, 220, 816, 2024, 4060, 7140, 0, 35, 364, 1330, 3276, 6545, 11480, 18424, 0, 56, 560, 2024, 4960, 9880, 17296, 27720, 41664, 0, 84, 816, 2925, 7140, 14190, 24804, 39711, 59640, 85320
Offset: 0

Views

Author

N. J. A. Sloane, Jun 13 2020

Keywords

Examples

			Triangle begins:
[0]
[0, 0]
[0, 0, 4]
[0, 1, 20, 84]
[0, 4, 56, 220, 560]
[0, 10, 120, 455, 1140, 2300]
[0, 20, 220, 816, 2024, 4060, 7140]
[0, 35, 364, 1330, 3276, 6545, 11480, 18424]
[0, 56, 560, 2024, 4960, 9880, 17296, 27720, 41664]
[0, 84, 816, 2925, 7140, 14190, 24804, 39711, 59640, 85320]
...
		

Crossrefs

See A334702 for another version.
This is a companion to the triangles A334704 and A334705.
Cf. A007318.