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.

A030524 A convolution triangle of numbers obtained from A036068.

Original entry on oeis.org

1, 6, 1, 30, 12, 1, 135, 96, 18, 1, 567, 630, 198, 24, 1, 2268, 3654, 1701, 336, 30, 1, 8748, 19440, 12501, 3564, 510, 36, 1, 32805, 96957, 82296, 31644, 6435, 720, 42, 1, 120285, 459756, 498663, 247536, 66915, 10530, 966, 48, 1, 433026, 2092959
Offset: 1

Views

Author

Keywords

Comments

a(n,m) := s1p(4; n,m), a member of a sequence of unsigned triangles including s1p(2; n,m)= A007318(n-1,m-1) (Pascal's triangle). Signed version: (-1)^(n-m)*a(n,m) := s1(4; n,m).

Examples

			{1}; {6,1}; {30,12,1}; {135,96,18,1}; {567,630,198,24,1}; ...
		

Crossrefs

Cf. A030523, A043553. a(n, 1)= A036068(n-1). Row sums = A043553(n).

Formula

a(n, m) = 3*(3*m+n-1)*a(n-1, m)/n + m*a(n-1, m-1)/n, n >= m >= 1; a(n, m) := 0, n