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!)
A099121 Number of orbits of the wreath product of S_n with S_n on n X n matrices over {0,1,2}. 12
1, 3, 21, 220, 3060, 53130, 1107568, 26978328, 752538150, 23667689815, 828931106355, 32006008361808, 1350990969850340, 61902409203193230, 3060335715568296000, 162392216278033616560, 9206887338937200407418 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This is the number of possible votes of n referees judging n dancers by a mark between 0 and 2, where the referees cannot be distinguished.
a(n) is the number of n element multisets of n element multisets of a 3-set. - Andrew Howroyd, Jan 17 2020
LINKS
FORMULA
a(n) = binomial( (n+1)*(n+2)/2 + n-1, n).
a(n) = binomial(binomial(n + 2, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020
PROG
(PARI) a(n)={binomial(binomial(n + 2, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020
CROSSREFS
Column k=2 of A107862 and A331436.
Sequence in context: A107716 A032033 A218494 * A107864 A267657 A303057
KEYWORD
nonn
AUTHOR
Sascha Kurz, Sep 28 2004
EXTENSIONS
a(0)=1 prepended by 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 14 11:10 EDT 2024. Contains 372532 sequences. (Running on oeis4.)