[go: up one dir, main page]

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!)
A236001 Sum of positive ranks of all overpartitions of n. 7
0, 2, 4, 10, 20, 36, 64, 110, 180, 288, 452, 696, 1052, 1568, 2304, 3346, 4808, 6838, 9636, 13464, 18664, 25684, 35104, 47672, 64348, 86368, 115304, 153152, 202452, 266404, 349032, 455406, 591856, 766284, 988544, 1270862, 1628380, 2079828, 2648296, 3362180 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Consider here that the rank of a overpartition is the largest part minus the number of parts (the same idea as the Dyson's rank of a partition).
It appears that the sum of all ranks of all overpartitions of n is equal to zero.
The equivalent sequence for partitions is A209616.
LINKS
EXAMPLE
For n = 4 we have:
---------------------------
Overpartitions
of 4 Rank
---------------------------
4 4 - 1 = 3
4 4 - 1 = 3
2+2 2 - 2 = 0
2+2 2 - 2 = 0
3+1 3 - 2 = 1
3+1 3 - 2 = 1
3+1 3 - 2 = 1
3+1 3 - 2 = 1
2+1+1 2 - 3 = -1
2+1+1 2 - 3 = -1
2+1+1 2 - 3 = -1
2+1+1 2 - 3 = -1
1+1+1+1 1 - 4 = -3
1+1+1+1 1 - 4 = -3
---------------------------
The sum of positive ranks of all overpartitions of 4 is 3+3+1+1+1+1 = 10 so a(4) = 10.
PROG
(PARI) a(n)={my(s=0); forpart(p=n, my(r=p[#p]-#p); if(r>0, s+=r*2^#Set(p))); s} \\ Andrew Howroyd, Feb 19 2020
CROSSREFS
Sequence in context: A283143 A174175 A127392 * A258092 A263993 A189585
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jan 18 2014
EXTENSIONS
Terms a(7) and beyond from Andrew Howroyd, Feb 19 2020
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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)