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!)
A177428 Triangle T(n,m)= A141686(n,m)*(m-1)! read by rows, n>=1, 1<=m<=n. 1
1, 1, 1, 1, 8, 2, 1, 33, 66, 6, 1, 104, 792, 624, 24, 1, 285, 6040, 18120, 6840, 120, 1, 720, 35730, 289920, 428760, 86400, 720, 1, 1729, 180306, 3279990, 13119960, 10818360, 1244880, 5040, 1, 4016, 818048, 29646624, 262399200, 592932480, 294497280 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Row sums are 1, 2, 11, 106, 1545, 31406, 842251, 28650266, 1200578609, 60585995422,
3615590440731,....
LINKS
FORMULA
T(n,m)= A008292(n,m)*(n-1)!/(n-m)!.
EXAMPLE
1;
1, 1;
1, 8, 2;
1, 33, 66, 6;
1, 104, 792, 624, 24;
1, 285, 6040, 18120, 6840, 120;
1, 720, 35730, 289920, 428760, 86400, 720;
1, 1729, 180306, 3279990, 13119960, 10818360, 1244880, 5040;
MAPLE
A177428 := proc(n, k)
A008292(n, k)*(n-1)!/(n-k)! ;
end proc: # R. J. Mathar, May 15 2016
MATHEMATICA
<< DiscreteMath`Combinatorica`
t[n_, m_] = Eulerian[n + 1, m]*n!/(n - m)!;
Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A274420 A147868 A073442 * A130617 A362662 A010150
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, May 08 2010
EXTENSIONS
Edited by R. J. Mathar, May 15 2016
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 April 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)