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!)
A331477 Number of n element multisets of n element multisets of an n-set. 2
1, 1, 6, 220, 73815, 286243776, 13949678575756, 8800321588119330984, 73241437035618231162682185, 8183604949527627465377060678018870, 12477686558866630120430437118910496237274716, 263383624455446425760290611316122951917033704595478840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = binomial(binomial(2*n - 1, n) + n - 1, n).
EXAMPLE
The a(2) = 6 multisets are:
{{1,1}, {1,1}},
{{1,1}, {1,2}},
{{1,1}, {2,2}},
{{1,2}, {1,2}},
{{1,2}, {2,2}},
{{2,2}, {2,2}}.
MATHEMATICA
Table[Binomial[Binomial[2n-1, n]+n-1, n], {n, 0, 20}] (* Harvey P. Dale, Aug 19 2021 *)
PROG
(PARI) a(n)={binomial(binomial(2*n - 1, n) + n - 1, n)}
CROSSREFS
Main diagonal of A331436.
Sequence in context: A041623 A292692 A015477 * A144658 A203637 A144045
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 17 2020
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 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)