cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A318564 Number of multiset partitions of multiset partitions of normal multisets of size n.

This page as a plain text file.
%I A318564 #8 Jan 01 2021 14:22:04
%S A318564 1,6,36,274,2408,24440,279172,3542798,49354816,747851112,12231881948,
%T A318564 214593346534,4016624367288,79843503990710,1678916979373760,
%U A318564 37215518578700028,866953456654946948,21167221410812128266,540346299720320080828,14390314687100383124540,399023209689817997883900
%N A318564 Number of multiset partitions of multiset partitions of normal multisets of size n.
%C A318564 A multiset is normal if it spans an initial interval of positive integers.
%e A318564 The a(2) = 6 multiset partitions of multiset partitions:
%e A318564   {{{1,1}}}
%e A318564   {{{1,2}}}
%e A318564   {{{1},{1}}}
%e A318564   {{{1},{2}}}
%e A318564   {{{1}},{{1}}}
%e A318564   {{{1}},{{2}}}
%t A318564 sps[{}]:={{}};sps[set:{i_,___}]:=Join@@Function[s,Prepend[#,s]&/@sps[Complement[set,s]]]/@Cases[Subsets[set],{i,___}];
%t A318564 mps[set_]:=Union[Sort[Sort/@(#/.x_Integer:>set[[x]])]&/@sps[Range[Length[set]]]];
%t A318564 allnorm[n_]:=If[n<=0,{{}},Function[s,Array[Count[s,y_/;y<=#]+1&,n]]/@Subsets[Range[n-1]+1]];
%t A318564 Table[Sum[Length[mps[m]],{m,Join@@mps/@allnorm[n]}],{n,6}]
%o A318564 (PARI) \\ See links in A339645 for combinatorial species functions.
%o A318564 seq(n)={my(A=symGroupSeries(n)); NormalLabelingsSeq(sExp(sExp(A))-1)} \\ _Andrew Howroyd_, Jan 01 2021
%Y A318564 Cf. A001970, A007716, A050336, A255906, A269134, A317533, A317791, A318566.
%K A318564 nonn
%O A318564 1,2
%A A318564 _Gus Wiseman_, Aug 29 2018
%E A318564 Terms a(8) and beyond from _Andrew Howroyd_, Jan 01 2021