login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048743 Triangle a(n,k) = k!*C(n-1,k-1)*Stirling_2(n,k), 1<=k<=n. 2
1, 1, 2, 1, 12, 6, 1, 42, 108, 24, 1, 120, 900, 960, 120, 1, 310, 5400, 15600, 9000, 720, 1, 756, 27090, 168000, 252000, 90720, 5040, 1, 1778, 121716, 1428840, 4410000, 4021920, 987840, 40320, 1, 4080, 508200, 10442880, 58388400, 106686720 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

The 3rd row is formed from [ 1,2,6,24 ]*[ 1,3,3,1 ]*[ 1,7,6,1 ] => [ 1,42,108,24 ].

1;

1,2;

1,12,6;

1,42,108,24;

1,120,900,960,120;

MAPLE

A048743 := proc(n, k) k!*binomial(n-1, k-1)*combinat[stirling2](n, k) ; end proc:

seq(seq(A048743(n, k), k=1..n), n=1..12) ; # R. J. Mathar, Aug 30 2011

CROSSREFS

Cf. A007318, A008277. Row sums give A045531.

Sequence in context: A107722 A167128 A181417 * A049055 A008285 A119274

Adjacent sequences:  A048740 A048741 A048742 * A048744 A048745 A048746

KEYWORD

easy,nonn,tabl

AUTHOR

Alford Arnold (Alford1940(AT)aol.com)

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Apr 22 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 00:21 EST 2012. Contains 205567 sequences.