<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Project Euler in F# &#8211; Problem 1</title>
	<atom:link href="http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/</link>
	<description>Functional programming on .Net</description>
	<lastBuildDate>Wed, 23 Mar 2011 17:29:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/comment-page-1/#comment-13788</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Aug 2010 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/#comment-13788</guid>
		<description>let sum(x) = x * (x+1)/2;;
let f(x) = x * sum(999/x);;
let answer = f(3) + f(5) - f(3*5);;


val answer : int = 233168</description>
		<content:encoded><![CDATA[<p>let sum(x) = x * (x+1)/2;;<br />
let f(x) = x * sum(999/x);;<br />
let answer = f(3) + f(5) &#8211; f(3*5);;</p>
<p>val answer : int = 233168</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Continuing Adventures in F# - Matthew Podwysocki's Blog</title>
		<link>http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/comment-page-1/#comment-8</link>
		<dc:creator>Continuing Adventures in F# - Matthew Podwysocki's Blog</dc:creator>
		<pubDate>Tue, 29 Jan 2008 04:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/#comment-8</guid>
		<description>[...] Euler problems in F# Problem #1 in F# Problem #1 (alternate) Problem #6 Problem [...]</description>
		<content:encoded><![CDATA[<p>[...] Euler problems in F# Problem #1 in F# Problem #1 (alternate) Problem #6 Problem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Project Euler in F# - Problem 1 (alternative solution) &#187; FSharp.it</title>
		<link>http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/comment-page-1/#comment-2</link>
		<dc:creator>Project Euler in F# - Problem 1 (alternative solution) &#187; FSharp.it</dc:creator>
		<pubDate>Sun, 20 Jan 2008 22:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsharp.it/2008/01/18/project-euler-in-f-problem-1/#comment-2</guid>
		<description>[...] the last article I presented a naive solution for the first Project Euler problem, that asks us to &quot;find the sum of [...]</description>
		<content:encoded><![CDATA[<p>[...] the last article I presented a naive solution for the first Project Euler problem, that asks us to &#8220;find the sum of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

