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!)
A099123 Number of orbits of the wreath product of S_n with S_n on n X n matrices over {0,1,2,3,4}. 9
1, 5, 120, 7770, 1088430, 286243776, 127860662755, 90079147136880, 94572327271677750, 141504997346476482290, 291098519807782284023426, 799388312264077003441393875, 2859142263297618955891805452700 (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 4, where the referees cannot be distinguished.
a(n) is the number of n element multisets of n element multisets of a 5-set. - Andrew Howroyd, Jan 17 2020
LINKS
FORMULA
a(n) = binomial(binomial(n + 4, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020
PROG
(PARI) a(n)={binomial(binomial(n + 4, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020
CROSSREFS
Column k=5 of A331436.
Sequence in context: A252928 A308363 A192639 * A097993 A172806 A054752
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 July 14 17:05 EDT 2024. Contains 374322 sequences. (Running on oeis4.)