The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362051 Number of integer partitions of 2n without a nonempty initial consecutive subsequence summing to n. 4

%I #17 Apr 28 2023 15:00:22

%S 1,1,2,6,11,27,44,93,149,271,432,744,1109,1849,2764,4287,6328,9673,

%T 13853,20717,29343,42609,60100,85893,118475,167453,230080,318654,

%U 433763,595921,800878,1090189,1456095,1957032,2600199,3465459,4558785,6041381,7908681

%N Number of integer partitions of 2n without a nonempty initial consecutive subsequence summing to n.

%C Even bisection of A362558.

%C a(0) = 1; a(n) = A000041(2n) - A322439(n). - _Alois P. Heinz_, Apr 27 2023

%e The a(1) = 1 through a(4) = 11 partitions:

%e (2) (4) (6) (8)

%e (31) (42) (53)

%e (51) (62)

%e (222) (71)

%e (411) (332)

%e (2211) (521)

%e (611)

%e (3221)

%e (3311)

%e (5111)

%e (32111)

%e The partition y = (3,2,1,1,1) has nonempty initial consecutive subsequences (3,2,1,1,1), (3,2,1,1), (3,2,1), (3,2), (3), with sums 8, 7, 6, 5, 3. Since 4 is missing, y is counted under a(4).

%t Table[Length[Select[IntegerPartitions[2n],!MemberQ[Accumulate[#],n]&]],{n,0,15}]

%Y The version for compositions is A000302, bisection of A213173.

%Y The complement is counted by A322439.

%Y Even bisection of A362558.

%Y A000041 counts integer partitions, strict A000009.

%Y A304442 counts partitions with all equal run-sums.

%Y A325347 counts partitions with integer median, complement A307683.

%Y A353836 counts partitions by number of distinct run-sums.

%Y A359893/A359901/A359902 count partitions by median.

%Y Cf. A108917, A169942, A237363, A325676, A353864, A360254, A360672, A360675, A360686, A360952, A362560.

%K nonn

%O 0,3

%A _Gus Wiseman_, Apr 24 2023

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 June 5 17:44 EDT 2024. Contains 373107 sequences. (Running on oeis4.)