<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Project Euler - problem 015</title>
	<link>http://dahoiv.net/programmering/cpp/project-euler-problem-015</link>
	<description>- My programming projects</description>
	<pubDate>Thu, 07 Aug 2008 22:46:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Project Euler - problem 015</title>
		<link>http://dahoiv.net/programmering/cpp/project-euler-problem-015#comment-177</link>
		<author>PeteX</author>
		<pubDate>Mon, 30 Jun 2008 01:52:46 +0000</pubDate>
		<guid>http://dahoiv.net/programmering/cpp/project-euler-problem-015#comment-177</guid>
		<description>Or, you could just use plain mathematics, for example combinations.
i.e. 40 C 20, which is equivalent to:
40! / (20! * 20!) = 137846528820
40 factorial divided by 20 factorial squared.</description>
		<content:encoded><![CDATA[<p>Or, you could just use plain mathematics, for example combinations.<br />
i.e. 40 C 20, which is equivalent to:<br />
40! / (20! * 20!) = 137846528820<br />
40 factorial divided by 20 factorial squared.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
