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!)
A300335 Number of ordered set partitions of {1,...,n} with weakly increasing block-sums. 12

%I #14 Mar 03 2018 22:06:56

%S 1,1,2,6,18,65,258,1156,5558,29029,161942,967921,6110687,40807420,

%T 286177944,2107745450

%N Number of ordered set partitions of {1,...,n} with weakly increasing block-sums.

%e The a(3) = 6 ordered set partitions: (123), (1)(23), (2)(13), (12)(3), (3)(12), (1)(2)(3).

%t sps[{}]:={{}};sps[set:{i_,___}]:=Join@@Function[s,Prepend[#,s]&/@sps[Complement[set,s]]]/@Cases[Subsets[set],{i,___}];

%t Table[Sum[Times@@Factorial/@Length/@GatherBy[sptn,Total],{sptn,sps[Range[n]]}],{n,8}]

%Y A000110(n) <= a(n) <= A000670(n).

%Y Cf. A005651, A063834, A279375, A279790, A279791, A281113.

%K nonn,more

%O 0,3

%A _Gus Wiseman_, Mar 03 2018

%E a(12)-a(15) from _Alois P. Heinz_, Mar 03 2018

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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)