<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Couples at a circular table</title>
		<link>https://www.lotterypost.com/thread/344432</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/344432" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Couples at a circular table</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/344432/7189365</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/344432/7189365</guid>
			<pubDate>Wed, 22 Feb 2023 22:43:28 GMT</pubDate>
			<dc:creator>db101</dc:creator>
			<description><![CDATA[<p>Nice solution, and thanks for the formal name. I looked it up in the OEIS and there a few different series with that name depending on whether you treat rotations and reflections as distinct or unnecessary repetition.</p>]]></description>
			<category>db101</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/344432/7185711</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/344432/7185711</guid>
			<pubDate>Sat, 18 Feb 2023 17:22:05 GMT</pubDate>
			<dc:creator>cottoneyedjoe</dc:creator>
			<description><![CDATA[<p>Let n be the number of couples and let A(n) be the number of distinct arrangements disregarding rotation. By hand it is possible to calculate A(n) for small values<br /><br />n A(n)<br /><br />1 0<br /><br />2 0<br /><br />3 2<br /><br />4 12<br /><br />5 312<br /><br />For higher values, you can use the recursive formula<br /><br />A(n) = n*(n-1)*A(n-1) + n*(n-1)*A(n-2) - 4*(n-1)*(n-3)! * (-1)^n<br /><br />Now you can extend the table up to any n<br /><br />n A(n)<br /><br />6 9600<br /><br />7 416880<br /><br />8 23879520<br /><br />9 1749363840<br /><br />10 159591720960</p>]]></description>
			<category>cottoneyedjoe</category>
		</item>
		<item>
			<title>Couples at a circular table</title>
			<link>https://www.lotterypost.com/thread/344432</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/344432</guid>
			<pubDate>Fri, 17 Feb 2023 02:45:50 GMT</pubDate>
			<dc:creator>db101</dc:creator>
			<description><![CDATA[<p>10 male-female couples are seated around a circular table. No male sits next to another male, no female sits next to another female, and nobody sits next to their partner. How many ways are there to seat the couples? Rotations of an arrangement are not counted as distinct, but reflections are.</p>]]></description>
			<category>db101</category>
		</item>
	</channel>
</rss>

