cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A099122 Number of orbits of the wreath product of S_n with S_n on n X n matrices over {0,1,2,3}.

Original entry on oeis.org

1, 4, 55, 1540, 73815, 5461512, 581106988, 84431259000, 16104878212995, 3910294246315600, 1178924607035010836, 432472873725488656424, 189789513537655207705620, 98222259182333060014344720
Offset: 0

Views

Author

Sascha Kurz, Sep 28 2004

Keywords

Comments

This is the number of possible votes of n referees judging n dancers by a mark between 0 and 3, where the referees cannot be distinguished.
a(n) is the number n element multisets of n element multisets of a 4-set. - Andrew Howroyd, Jan 17 2020

Crossrefs

Programs

  • PARI
    a(n)={binomial(binomial(n+3, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020

Formula

a(n) = binomial(binomial(n+3, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020

Extensions

a(0)=1 prepended by Andrew Howroyd, Jan 17 2020