<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for the ashraf_eme</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this member.</description>
		<pubDate>Fri, 10 Oct 2008 23:25:51 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Fibonacci</title>
	<link>http://www.bytemycode.com/snippets/snippet/663/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/663/comments/</comments>
	<pubDate>Tue, 29 May 2007 17:57:34 +0000</pubDate>
	<dc:creator>ashraf_eme</dc:creator>
	<category>"ASP.NET 2.0", "CSharp", Fibonacci</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/663/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. May. 29th, 2007  5:57 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/663/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/ashraf_eme/" title="Beginner">ashraf_eme</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22ASP.NET+2.0%22">"ASP.NET 2.0"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22CSharp%22">"CSharp"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Fibonacci">Fibonacci</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/663/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>That is, after two starting values, each number is the sum of the two preceding numbers. The first Fibonacci numbers , also denoted as Fn, for n = 0, 1, … , are:<br />0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811… <br />this is One line function to get the sequance.</p>
		]]>
	</description>
</item>
	</channel>
</rss>