[go: up one dir, main page]

login
Revision History for A317659 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Regular triangle where T(n,k) is the number of distinct free pure symmetric multifunctions (with empty expressions allowed) with one atom, n positions, and k leaves.
(history; published version)
#9 by Alois P. Heinz at Tue Sep 11 21:18:26 EDT 2018
STATUS

proposed

approved

#8 by Gus Wiseman at Tue Sep 11 18:23:36 EDT 2018
STATUS

editing

proposed

#7 by Gus Wiseman at Tue Sep 11 01:52:37 EDT 2018
NAME

Regular triangle where T(n,k) is the number of distinct orderless Mathematica free pure symmetric multifunctions (with empty expressions allowed) with one atom, n positions, and k leaves.

STATUS

approved

editing

Discussion
Tue Sep 11
18:23
Gus Wiseman: Removed "Mathematica" from the name.
#6 by Susanna Cuyler at Sat Aug 04 06:41:08 EDT 2018
STATUS

proposed

approved

#5 by Gus Wiseman at Fri Aug 03 23:43:52 EDT 2018
STATUS

editing

proposed

#4 by Gus Wiseman at Fri Aug 03 23:42:43 EDT 2018
#3 by Gus Wiseman at Fri Aug 03 08:24:15 EDT 2018
LINKS

Mathematica Reference, <a href="http://reference.wolfram.com/mathematica/ref/Orderless.html">Orderless</a>

#2 by Gus Wiseman at Fri Aug 03 08:22:40 EDT 2018
NAME

allocated for Gus WisemanRegular triangle where T(n,k) is the number of distinct orderless Mathematica expressions with one atom, n positions, and k leaves.

DATA

1, 1, 0, 1, 1, 0, 1, 3, 1, 0, 1, 6, 5, 1, 0, 1, 10, 17, 7, 1, 0, 1, 15, 43, 33, 9, 1, 0, 1, 21, 92, 118, 55, 11, 1, 0, 1, 28, 174, 341, 252, 82, 13, 1, 0, 1, 36, 302, 845, 935, 463, 115, 15, 1, 0, 1, 45, 490, 1864, 2921, 2103, 769, 153, 17, 1, 0, 1, 55, 755

OFFSET

1,8

EXAMPLE

The T(5,3) = 5 expressions are o[o[o]], o[o,o[]], o[][o,o], o[o][o], o[o,o][].

Triangle begins:

1

1 0

1 1 0

1 3 1 0

1 6 5 1 0

1 10 17 7 1 0

1 15 43 33 9 1 0

1 21 92 118 55 11 1 0

1 28 174 341 252 82 13 1 0

1 36 302 845 935 463 115 15 1 0

1 45 490 1864 2921 2103 769 153 17 1 0

1 55 755 3755 7981 8012 4145 1187 197 19 1 0

MATHEMATICA

maxUsing[n_]:=If[n==1, {"o"}, Join@@Cases[Table[PR[k, n-k-1], {k, n-1}], PR[h_, g_]:>Join@@Table[Apply@@@Tuples[{maxUsing[h], Union[Sort/@Tuples[maxUsing/@p]]}], {p, IntegerPartitions[g]}]]];

Table[Length[Select[maxUsing[n], Length[Position[#, "o"]]==k&]], {n, 12}, {k, n}]

KEYWORD

allocated

nonn,tabl

AUTHOR

Gus Wiseman, Aug 03 2018

STATUS

approved

editing

#1 by Gus Wiseman at Fri Aug 03 08:22:40 EDT 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved