<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dev.enekoalonso.com &#187; sequence</title>
	<atom:link href="http://dev.enekoalonso.com/tag/sequence/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Wed, 12 Oct 2011 21:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Fibonacci vs. 2n</title>
		<link>http://dev.enekoalonso.com/2008/12/06/fibonacci-vs-2n/</link>
		<comments>http://dev.enekoalonso.com/2008/12/06/fibonacci-vs-2n/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:05:03 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[fibonacci]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[sequence]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=89</guid>
		<description><![CDATA[Which sequence of numbers grows faster, Fibonacci or 2n? It seems like 2n grows faster. It only takes 1025 steps to overflow a Javascript numeric variable, while Fibonacci needs 1477 steps. Check it out: http://dev.enekoalonso.com/research/threads-fibonacci-vs-2N.php Related Posts:August 11, 2009 -- Russian multiplication in Javascript (0)December 25, 2008 -- Splitting a vector into two vectors 90 [...]]]></description>
			<content:encoded><![CDATA[<p>Which sequence of numbers grows faster, Fibonacci or 2<sup>n</sup>?<br />
It seems like 2<sup>n</sup> grows faster. It only takes 1025 steps to overflow a Javascript numeric variable, while Fibonacci needs 1477 steps.<br />
Check it out:<br />
<a href="http://dev.enekoalonso.com/research/threads-fibonacci-vs-2N.php">http://dev.enekoalonso.com/research/threads-fibonacci-vs-2N.php</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>August 11, 2009 -- <a href="http://dev.enekoalonso.com/2009/08/11/russian-multiplication-in-javascript/" title="Russian multiplication in Javascript">Russian multiplication in Javascript</a> (0)</li><li>December 25, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/25/splitting-a-vector-into-two-vectors-90-degrees-apart/" title="Splitting a vector into two vectors 90 degrees apart">Splitting a vector into two vectors 90 degrees apart</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2008/12/06/fibonacci-vs-2n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

