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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060538 Square array read by antidiagonals of number of ways of dividing nk labeled items into n labeled boxes with k items in each box. 5
1, 1, 2, 1, 6, 6, 1, 20, 90, 24, 1, 70, 1680, 2520, 120, 1, 252, 34650, 369600, 113400, 720, 1, 924, 756756, 63063000, 168168000, 7484400, 5040, 1, 3432, 17153136, 11732745024, 305540235000, 137225088000, 681080400, 40320, 1, 12870 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,210

FORMULA

T(n, k) =(nk)!/k!^n =T(n-1, k)*C(nk, k) =T(n-1, k)*A060539(n, k) =A060540(n, k)*A000142(k)

PROG

(PARI) { i=0; for (m=1, 20, for (n=1, m, k=m - n + 1; write("b060538.txt", i++, " ", (n*k)!/k!^n)); ) } [From Harry J. Smith, Jul 06 2009]

CROSSREFS

Rows include A000012, A000984, A006480, A008977, A008978 etc. Columns include A000142, A000680, A014606, A014608, A014609 etc. Main diagonal is A034841.

Sequence in context: A019538 A046521 A104684 * A110183 A110098 A130561

Adjacent sequences:  A060535 A060536 A060537 * A060539 A060540 A060541

KEYWORD

nonn,tabl

AUTHOR

Henry Bottomley, Apr 02 2001

STATUS

approved

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 June 20 05:42 EDT 2013. Contains 226419 sequences.