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!)
A303022 Number of free pure symmetric multifunctions (with empty expressions allowed) with one atom, n positions, and no unitary parts (subexpressions of the form x[y]). 6

%I #16 Sep 11 2018 21:12:30

%S 1,1,1,2,5,12,27,63,152,376,939,2371,6047,15577,40429,105637,277625,

%T 733518,1947126,5190503,13888811,37291968,100444019,271316998,

%U 734802247,1994873116,5427893149,14799525982,40429761365,110645688034,303316712450,832799212777

%N Number of free pure symmetric multifunctions (with empty expressions allowed) with one atom, n positions, and no unitary parts (subexpressions of the form x[y]).

%C Also the number of orderless Mathematica expressions with one atom, n positions, and no unitary parts.

%H Andrew Howroyd, <a href="/A303022/b303022.txt">Table of n, a(n) for n = 1..200</a>

%e The a(6) = 12 Mathematica expressions:

%e o[o,o[][]]

%e o[o[],o[]]

%e o[o,o,o[]]

%e o[o,o,o,o]

%e o[][o,o[]]

%e o[][o,o,o]

%e o[][][o,o]

%e o[o,o[]][]

%e o[o,o,o][]

%e o[][o,o][]

%e o[o,o][][]

%e o[][][][][]

%t allOLBF[n_]:=allOLBF[n]=If[n==1,{"o"},Join@@Cases[Table[PR[k,n-k-1],{k,n-1}],PR[h_,g_]:>Join@@Table[Apply@@@Tuples[{allOLBF[h],Select[Union[Sort/@Tuples[allOLBF/@p]],Length[#]!=1&]}],{p,IntegerPartitions[g]}]]];

%t Table[Length[allOLBF[n]],{n,10}]

%o (PARI) EulerT(v)={Vec(exp(x*Ser(dirmul(v,vector(#v,n,1/n))))-1, -#v)}

%o seq(n)={my(v=[1]); for(n=2, n, my(t=EulerT(v)-v); v=concat(v, v[n-1] + sum(k=1, n-2, v[k]*t[n-k-1]))); v} \\ _Andrew Howroyd_, Aug 19 2018

%Y Cf. A000108, A001003, A001006, A007853, A102403, A126120, A318049.

%Y Cf. A303023, A303024, A303025, A303026, A303027.

%K nonn

%O 1,4

%A _Gus Wiseman_, Aug 15 2018

%E Terms a(21) and beyond from _Andrew Howroyd_, Aug 19 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 August 11 08:13 EDT 2024. Contains 375059 sequences. (Running on oeis4.)