[go: up one dir, main page]

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

Showing all changes.
Number of free pure symmetric identity multifunctions with one atom and n positions.
(history; published version)
#8 by Alois P. Heinz at Sun Aug 19 17:23:30 EDT 2018
STATUS

proposed

approved

#7 by Andrew Howroyd at Sun Aug 19 16:06:24 EDT 2018
STATUS

editing

proposed

#6 by Andrew Howroyd at Sun Aug 19 13:56:11 EDT 2018
DATA

1, 0, 1, 0, 2, 1, 5, 5, 15, 23, 54, 98, 212, 420, 886, 1822, 3838, 8046, 17029, 36097, 76889, 164245, 351971, 756341, 1629389, 3518643, 7614717, 16512962, 35875986, 78082171, 170219300, 371651968, 812624721, 1779240627, 3900634491, 8561723769, 18814112811

LINKS

Andrew Howroyd, <a href="/A317878/b317878.txt">Table of n, a(n) for n = 1..200</a>

PROG

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

seq(n)={my(v=[1]); for(n=2, n, my(t=WeighT(v)); v=concat(v, sum(k=1, n-2, v[k]*t[n-k-1]))); v} \\ Andrew Howroyd, Aug 19 2018

KEYWORD

nonn,more,new

EXTENSIONS

Terms a(13) and beyond from Andrew Howroyd, Aug 19 2018

STATUS

approved

editing

#5 by Susanna Cuyler at Sun Aug 12 16:10:55 EDT 2018
STATUS

proposed

approved

#4 by Gus Wiseman at Sat Aug 11 22:29:32 EDT 2018
STATUS

editing

proposed

#3 by Gus Wiseman at Sat Aug 11 22:29:08 EDT 2018
CROSSREFS
#2 by Gus Wiseman at Thu Aug 09 22:44:54 EDT 2018
NAME

allocated for Gus WisemanNumber of free pure symmetric identity multifunctions with one atom and n positions.

DATA

1, 0, 1, 0, 2, 1, 5, 5, 15, 23, 54, 98

OFFSET

1,5

COMMENTS

A free pure symmetric identity multifunction (SIM) is either (case 1) the leaf symbol "o", or (case 2) an expression of the form h[g_1, ..., g_k] where h is a SIM, each of the g_i for i = 1, ..., k > 0 is a SIM, and for i < j we have g_i < g_j under a canonical total ordering such as the Mathematica ordering of expressions. The number of positions in a SIM is the number of brackets [...] plus the number of o's.

EXAMPLE

The a(8) = 5 SIMs:

o[o[o,o[o]]]

o[o,o[o[o]]]

o[o,o[o][o]]

o[o][o,o[o]]

o[o,o[o]][o]

MATHEMATICA

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

Table[Length[allIdPMFOL[n]], {n, 12}]

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Aug 09 2018

STATUS

approved

editing

#1 by Gus Wiseman at Thu Aug 09 22:44:54 EDT 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved