<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The oddest numbers</title>
	<link>http://bit-player.org/2006/the-oddest-numbers</link>
	<description>An amateur's outlook on computation and mathematics.</description>
	<pubDate>Fri, 29 Aug 2008 07:34:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on The oddest numbers by: Rainer Rosenthal</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-197</link>
		<pubDate>Sun, 04 Jun 2006 15:08:22 +0000</pubDate>
		<guid>http://bit-player.org/2006/the-oddest-numbers#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>Comment on The oddest numbers by: Christian Duncan</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-120</link>
		<pubDate>Sat, 13 May 2006 18:57:33 +0000</pubDate>
		<guid>http://bit-player.org/2006/the-oddest-numbers#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 (&quot;delete/compress these&quot;).   The odd numbers (&amp;#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>Comment on The oddest numbers by: Jonathan Katz</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-118</link>
		<pubDate>Fri, 12 May 2006 11:04:49 +0000</pubDate>
		<guid>http://bit-player.org/2006/the-oddest-numbers#comment-118</guid>
					<description>Actually, a simple proof by induction shows that evens(n) is greater than or equal to odds(n). The only &quot;trick&quot; 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>Comment on The oddest numbers by: Jess Austin</title>
		<link>http://bit-player.org/2006/the-oddest-numbers#comment-114</link>
		<pubDate>Thu, 11 May 2006 01:51:00 +0000</pubDate>
		<guid>http://bit-player.org/2006/the-oddest-numbers#comment-114</guid>
					<description>You might be interested in &quot;Enumerating the Rationals&quot;, 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>
