login
A036053
Product of order of cycles of the permutation created by length sorting on the partitions of n.
1
1, 1, 1, 2, 4, 6, 10, 60, 288, 1044, 8526, 8930, 322560, 210540, 7296, 7001280, 6650138880, 353760000, 44528400, 6398154000, 74839427712000, 11993857920000, 52321920, 3728928000, 81060800163840, 1338148188, 91406407293961987500, 61965028873912320, 200407352308531200, 4156935025937400
OFFSET
1,4
PROG
(PARI)
OrderCycs(v)={my(t=vector(#v), L=List()); for(i=1, #v, my(c=0, j=i); while(!t[j], t[j]=1; j=v[j]; c++); if(c, listput(L, c))); Vec(L)}
a(n)={my(u=vecsort([Vecsmall(Vecrev(p)) | p<-partitions(n)])); my(v=vecsort(u, (x, y)->lex(#x, #y), 1+4)); vecprod(OrderCycs(v))} \\ Andrew Howroyd, Sep 17 2019
CROSSREFS
KEYWORD
nonn
EXTENSIONS
a(27)-a(30) from Andrew Howroyd, Sep 17 2019
STATUS
approved