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!)
A036052 Product of the lengths of the cycle types of the permutation created by length sorting on the partitions of n. 1
1, 1, 1, 1, 2, 2, 6, 10, 60, 144, 348, 8526, 8930, 322560, 210540, 7296, 7001280, 3325069440, 176880000, 44528400, 6398154000, 74839427712000, 222108480000, 52321920, 1864464000, 5066300010240, 1338148188, 91406407293961987500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
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(Set(OrderCycs(v)))} \\ Andrew Howroyd, Sep 17 2019
CROSSREFS
Sequence in context: A260785 A153897 A103774 * A355207 A308260 A279212
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name changed to agree with data and a(0)=1 prepended by Andrew Howroyd, Sep 17 2019
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)