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!)
A036056 Sum of the lengths of the cycle types of the permutation created by length sorting on the partitions of n. 12
1, 1, 1, 3, 3, 7, 11, 20, 25, 37, 54, 74, 98, 131, 169, 227, 293, 380, 486, 622, 787, 970, 1251, 1569, 1946, 2431, 3003, 3713, 4544, 5599, 6831, 8324, 10139, 12305, 14873, 17974, 21632, 26006, 31180, 37334, 44575, 53171, 63257, 75172, 89132, 105523, 124749, 147268, 173520, 204222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
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)); vecsum(Set(OrderCycs(v)))} \\ Andrew Howroyd, Sep 17 2019
CROSSREFS
Sequence in context: A022403 A082550 A327397 * A339586 A278789 A279829
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(31)-a(50) from 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)