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!)
A365826 Number of strict integer partitions of n that are not of length 2 and do not contain n/2. 3
1, 1, 1, 1, 1, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 20, 20, 30, 31, 45, 46, 66, 68, 93, 97, 130, 136, 179, 188, 242, 256, 325, 344, 432, 459, 568, 606, 742, 793, 963, 1031, 1240, 1331, 1589, 1707, 2026, 2179, 2567, 2766, 3240, 3493, 4072, 4393, 5094, 5501, 6351 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Also the number of strict integer partitions of n without two parts (allowing parts to be re-used) summing to n.
LINKS
EXAMPLE
The a(6) = 1 through a(12) = 7 strict partitions:
(6) (7) (8) (9) (10) (11) (12)
(4,2,1) (5,2,1) (4,3,2) (6,3,1) (5,4,2) (5,4,3)
(5,3,1) (7,2,1) (6,3,2) (7,3,2)
(6,2,1) (4,3,2,1) (6,4,1) (7,4,1)
(7,3,1) (8,3,1)
(8,2,1) (9,2,1)
(5,3,2,1) (5,4,2,1)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&FreeQ[Total/@Tuples[#, 2], n]&]], {n, 0, 30}]
CROSSREFS
The second condition alone has bisections A078408 and A365828.
The complement is counted by A365659.
The non-strict version is A365825, complement A238628.
The first condition alone is A365827, complement A140106.
A000041 counts integer partitions, strict A000009.
A182616 counts partitions of 2n that do not contain n, strict A365828.
Sequence in context: A062896 A025065 A306664 * A131524 A089075 A355195
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 20 2023
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 July 21 06:08 EDT 2024. Contains 374463 sequences. (Running on oeis4.)