The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049327 A convolution triangle of numbers generalizing Pascal's triangle A007318. 3
1, 15, 1, 120, 30, 1, 540, 465, 45, 1, 1296, 4680, 1035, 60, 1, 1296, 33192, 15795, 1830, 75, 1, 0, 171072, 176688, 37260, 2850, 90, 1, 0, 641520, 1521828, 563409, 72450, 4095, 105, 1, 0, 1710720, 10359360, 6686064, 1375605, 124740, 5565, 120, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
FORMULA
a(n, m) = 6*(6*m-n+1)*a(n-1, m)/n + m*a(n-1, m-1)/n, n >= m >= 1; a(n, m) := 0, n<m; a(n, 0) := 0; a(1, 1)=1. G.f. for m-th column: (x*p(5, x))^m, p(5, x) := 1+15*x+120*x^2+540*x^3+1296*x^4+1296*x^5 (row polynomial of A033842(5, m)).
EXAMPLE
{1}; {15,1}; {120,30,1}; {540,465,45,1}; {1296,4680,1035,60,1}; ...
CROSSREFS
a(n, m) := s1(-5, n, m), a member of a sequence of triangles including s1(0, n, m)= A023531(n, m) (unit matrix) and s1(2, n, m)=A007318(n-1, m-1) (Pascal's triangle). s1(-1, n, m)= A030528.
Cf. A049351.
Sequence in context: A040239 A126141 A131514 * A030527 A027467 A049375
KEYWORD
easy,nonn,tabl
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 19 09:05 EDT 2024. Contains 372673 sequences. (Running on oeis4.)