<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: The oddest numbers</title>
	<atom:link href="http://bit-player.org/2006/the-oddest-numbers/feed" rel="self" type="application/rss+xml" />
	<link>http://bit-player.org/2006/the-oddest-numbers</link>
	<description>An amateur's outlook on computation and mathematics.</description>
	<pubDate>Fri, 12 Mar 2010 05:42:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rainer Rosenthal</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-197</link>
		<dc:creator>Rainer Rosenthal</dc:creator>
		<pubDate>Sun, 04 Jun 2006 15:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=44#comment-197</guid>
		<description>I found your interesting website while searching for a connection between binary trees and the so-called Josephus problem.

Standing in a circle and counting to 3, throwing out every third
person in the circle and proceeding with the next one, how many
people do you need at least for lasting the game n rounds?
The number a(n) is - astonishingly - given by Sloanes
http://www.research.att.com/~njas/sequences/A112088.

I am not familiar with the concept of binary trees and don't really understand what this sequence is counting.
I asked this in the newsgroup  alt.math.recreational today. 
Maybe you like to join?

Best regards,
Rainer</description>
		<content:encoded><![CDATA[<p>I found your interesting website while searching for a connection between binary trees and the so-called Josephus problem.</p>
<p>Standing in a circle and counting to 3, throwing out every third<br />
person in the circle and proceeding with the next one, how many<br />
people do you need at least for lasting the game n rounds?<br />
The number a(n) is - astonishingly - given by Sloanes<br />
<a href="http://www.research.att.com/~njas/sequences/A112088" rel="nofollow">http://www.research.att.com/~njas/sequences/A112088</a>.</p>
<p>I am not familiar with the concept of binary trees and don&#8217;t really understand what this sequence is counting.<br />
I asked this in the newsgroup  alt.math.recreational today.<br />
Maybe you like to join?</p>
<p>Best regards,<br />
Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Duncan</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-120</link>
		<dc:creator>Christian Duncan</dc:creator>
		<pubDate>Sat, 13 May 2006 18:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=44#comment-120</guid>
		<description>Did you also notice that odds(n) = fusc(n) - 1?

Like the previous comment, you can use induction to prove it.   But there may be a simpler visual proof for you.   Look at the tree that you created for the recursive calls.   If you had an even number, you had a single branch ("delete/compress these").   The odd numbers (&#62;1) give you a double branch.   What is the result?  A true binary tree.   Each internal node in this tree corresponds to one odd call and the leaf nodes correspond to terminal calls (n=1).

And, we know that the number of internal nodes of a binary tree is exactly one less than the number of external (leaf) nodes.</description>
		<content:encoded><![CDATA[<p>Did you also notice that odds(n) = fusc(n) - 1?</p>
<p>Like the previous comment, you can use induction to prove it.   But there may be a simpler visual proof for you.   Look at the tree that you created for the recursive calls.   If you had an even number, you had a single branch (&#8221;delete/compress these&#8221;).   The odd numbers (&gt;1) give you a double branch.   What is the result?  A true binary tree.   Each internal node in this tree corresponds to one odd call and the leaf nodes correspond to terminal calls (n=1).</p>
<p>And, we know that the number of internal nodes of a binary tree is exactly one less than the number of external (leaf) nodes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Katz</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-118</link>
		<dc:creator>Jonathan Katz</dc:creator>
		<pubDate>Fri, 12 May 2006 11:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=44#comment-118</guid>
		<description>Actually, a simple proof by induction shows that evens(n) is greater than or equal to odds(n). The only "trick" is that you need to prove the following stronger claim: if n is even then evens(n) is strictly greater than odds(n), while if n is odd then evens(n) is greater than or equal to odds(n).</description>
		<content:encoded><![CDATA[<p>Actually, a simple proof by induction shows that evens(n) is greater than or equal to odds(n). The only &#8220;trick&#8221; is that you need to prove the following stronger claim: if n is even then evens(n) is strictly greater than odds(n), while if n is odd then evens(n) is greater than or equal to odds(n).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jess Austin</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-114</link>
		<dc:creator>Jess Austin</dc:creator>
		<pubDate>Thu, 11 May 2006 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=44#comment-114</guid>
		<description>You might be interested in "Enumerating the Rationals", by Gibbons, Lester, and Bird.  This paper may be found at http://web.comlab.ox.ac.uk/oucl/work/jeremy.gibbons/publications/rationals.pdf</description>
		<content:encoded><![CDATA[<p>You might be interested in &#8220;Enumerating the Rationals&#8221;, by Gibbons, Lester, and Bird.  This paper may be found at <a href="http://web.comlab.ox.ac.uk/oucl/work/jeremy.gibbons/publications/rationals.pdf" rel="nofollow">http://web.comlab.ox.ac.uk/oucl/work/jeremy.gibbons/publications/rationals.pdf</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
