login

Revision History for A323950

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of ways to split an n-cycle into connected subgraphs, none having exactly two vertices.
(history; published version)
#10 by Alois P. Heinz at Sun Feb 10 12:40:24 EST 2019
STATUS

proposed

approved

#9 by Alois P. Heinz at Sun Feb 10 09:07:34 EST 2019
STATUS

editing

proposed

#8 by Alois P. Heinz at Sun Feb 10 09:07:18 EST 2019
LINKS

<a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,5,-3,1).

#7 by Alois P. Heinz at Sun Feb 10 09:06:14 EST 2019
FORMULA

G.f.: (x^7-3*x^6+3*x^5-2*x^4+x^3-3*x^2+3*x-1)/((x^3-x^2+2*x-1)*(x-1)^2). - Alois P. Heinz, Feb 10 2019

KEYWORD

nonn,more,easy,changed

EXTENSIONS

More terms from Alois P. Heinz, Feb 10 2019

#6 by Alois P. Heinz at Sun Feb 10 09:04:54 EST 2019
DATA

1, 1, 1, 2, 6, 12, 23, 44, 82, 149, 267, 475, 841, 1484, 2613, 4595, 8074, 14180, 24896, 43702, 76705, 134622, 236260, 414623, 727629, 1276917, 2240851, 3932438, 6900967, 12110373, 21252244, 37295110, 65448378, 114853920, 201554603, 353703696, 620706742

STATUS

proposed

editing

#5 by Gus Wiseman at Sun Feb 10 06:18:17 EST 2019
STATUS

editing

proposed

#4 by Gus Wiseman at Sun Feb 10 06:18:13 EST 2019
#3 by Gus Wiseman at Sun Feb 10 03:43:23 EST 2019
DATA

1, 1, 1, 2, 6, 12, 23, 44, 82, 149, 267, 475, 841, 1484, 2613, 4595, 8074, 14180, 24896, 43702, 76705, 134622, 236260, 414623, 727629, 1276917

#2 by Gus Wiseman at Sun Feb 10 03:41:00 EST 2019
NAME

allocated for Gus WisemanNumber of ways to split an n-cycle into connected subgraphs, none having exactly two vertices.

DATA

1, 1, 1, 2, 6, 12, 23, 44, 82, 149, 267, 475, 841, 1484, 2613, 4595, 8074, 14180, 24896, 43702, 76705

OFFSET

0,4

EXAMPLE

The a(1) = 1 through a(5) = 12 partitions:

{{1}} {{1}{2}} {{123}} {{1234}} {{12345}}

{{1}{2}{3}} {{1}{234}} {{1}{2345}}

{{123}{4}} {{1234}{5}}

{{124}{3}} {{1235}{4}}

{{134}{2}} {{1245}{3}}

{{1}{2}{3}{4}} {{1345}{2}}

{{1}{2}{345}}

{{1}{234}{5}}

{{123}{4}{5}}

{{125}{3}{4}}

{{145}{2}{3}}

{{1}{2}{3}{4}{5}}

MATHEMATICA

cyceds[n_, k_]:=Union[Sort/@Join@@Table[1+Mod[Range[i, j]-1, n], {i, n}, {j, Prepend[Range[i+k, n+i-1], i]}]];

spsu[_, {}]:={{}}; spsu[foo_, set:{i_, ___}]:=Join@@Function[s, Prepend[#, s]&/@spsu[Select[foo, Complement[#, Complement[set, s]]=={}&], Complement[set, s]]]/@Cases[foo, {i, ___}];

Table[Length[spsu[cyceds[n, 2], Range[n]]], {n, 15}]

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Feb 10 2019

STATUS

approved

editing

#1 by Gus Wiseman at Sat Feb 09 11:52:24 EST 2019
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved