<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Project_Euler%2F229</id>
	<title>Project Euler/229 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Project_Euler%2F229"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/229&amp;action=history"/>
	<updated>2026-06-19T15:30:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Project_Euler/229&amp;diff=30620&amp;oldid=prev</id>
		<title>Admin: Create Project Euler/229 - Four Representations Using Squares (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/229&amp;diff=30620&amp;oldid=prev"/>
		<updated>2026-06-17T21:18:58Z</updated>

		<summary type="html">&lt;p&gt;Create Project Euler/229 - Four Representations Using Squares (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Problem Statement==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Four Representations Using Squares&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Consider the number 3600. It is very special, because&lt;br /&gt;
&lt;br /&gt;
3600 = 48^2 + 36^2&lt;br /&gt;
3600 = 20^2 + 2×40^2&lt;br /&gt;
3600 = 30^2 + 3×30^2&lt;br /&gt;
3600 = 45^2 + 7×15^2&lt;br /&gt;
&lt;br /&gt;
Similarly, we find that 88201 = 99^2 + 280^2 = 287^2 + 2×54^2 = 283^2 + 3×52^2 = 197^2 + 7×84^2.&lt;br /&gt;
&lt;br /&gt;
In 1747, Euler proved which numbers are representable as a sum of two squares. We are interested in the numbers n which admit representations of all of the following four types:&lt;br /&gt;
&lt;br /&gt;
n = a_1^2 + b_1^2&lt;br /&gt;
n = a_2^2 + 2 b_2^2&lt;br /&gt;
n = a_3^2 + 3 b_3^2&lt;br /&gt;
n = a_7^2 + 7 b_7^2,&lt;br /&gt;
&lt;br /&gt;
where the a_k and b_k are positive integers.&lt;br /&gt;
&lt;br /&gt;
There are 75373 such numbers that do not exceed 10^7.&lt;br /&gt;
&lt;br /&gt;
How many such numbers are there that do not exceed 2×10^9?&lt;br /&gt;
&lt;br /&gt;
==Flags==&lt;br /&gt;
&lt;br /&gt;
{{ProjectEulerFlag}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>