ulthiel / JuLie.jl

Mathematically sound structures and fast algorithms for things around representation theory, especially algebraic Lie theory and accompanying combinatorics.
GNU General Public License v3.0
6 stars 7 forks source link

Number of multipartitions #33

Closed ulthiel closed 3 years ago

ulthiel commented 3 years ago

I want a function num_multipartitions(n,r) for the number of r-component multipartitions of n. How can one compute this? (without listing all the multipartitions). For the usual partitions, we use the sophisticated asymptotic stuff from FLINT. Can one use this?

Does this paper help?

Lemma 2.4 in Craven's paper!

ulthiel commented 3 years ago

Done, using Craven's formula.