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!)
A332706 Index position of {2}^n within the list of partitions of 2n in canonical ordering. 7
1, 1, 3, 8, 18, 37, 71, 128, 223, 376, 617, 991, 1563, 2423, 3704, 5589, 8333, 12293, 17959, 25996, 37318, 53153, 75153, 105535, 147249, 204201, 281563, 386128, 526795, 715191, 966437, 1300125, 1741598, 2323487, 3087701, 4087933, 5392747, 7089463, 9289053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The canonical ordering of partitions is described in A080577.
LINKS
FORMULA
a(n) = A000041(2n) - n.
a(n) = A058984(2n).
a(n) = A330661(2n,n).
EXAMPLE
a(3) = 8, because 222 has position 8 within the list of partitions of 6 in canonical ordering: 6, 51, 42, 411, 33, 321, 3111, 222, ... .
MAPLE
a:= n-> combinat[numbpart](2*n)-n:
seq(a(n), n=0..44);
MATHEMATICA
a[n_] := PartitionsP[2n] - n;
Table[a[n], {n, 0, 44}] (* Jean-François Alcover, Aug 20 2021, from Maple *)
CROSSREFS
Bisection (even part) of A058984.
Sequence in context: A227161 A241080 A366724 * A000234 A136376 A099845
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 20 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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)