<?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%2F173</id>
	<title>Project Euler/173 - 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%2F173"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/173&amp;action=history"/>
	<updated>2026-06-25T05:34: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/173&amp;diff=30866&amp;oldid=prev</id>
		<title>Admin: Automated edit (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/173&amp;diff=30866&amp;oldid=prev"/>
		<updated>2026-06-24T22:11:49Z</updated>

		<summary type="html">&lt;p&gt;Automated edit (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;
Link: https://projecteuler.net/problem=173&lt;br /&gt;
&lt;br /&gt;
We shall define a square lamina to be a square outline with a square &amp;quot;hole&amp;quot; so that the shape possesses vertical and horizontal symmetry. For example, using exactly thirty-two square tiles we can form two different square laminae.&lt;br /&gt;
&lt;br /&gt;
With one-hundred tiles, and not necessarily using all of the tiles at one time, it is possible to form forty-one different square laminae.&lt;br /&gt;
&lt;br /&gt;
Using up to one million tiles how many different square laminae can be formed?&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This problem extends the hollow square laminae concept from Problem 173. The key insight is that a square lamina with an inner hole of side length &amp;lt;math&amp;gt;s_h&amp;lt;/math&amp;gt; and outer side length &amp;lt;math&amp;gt;s_h + 2k&amp;lt;/math&amp;gt; requires &amp;lt;math&amp;gt;4k(s_h + k)&amp;lt;/math&amp;gt; tiles, where &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; is the distance between the hole and the outer edge.&lt;br /&gt;
&lt;br /&gt;
For a fixed &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;, the number of possible laminae is &amp;lt;math&amp;gt;\lfloor \frac{T}{4k} - k \rfloor&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;T = 10^6&amp;lt;/math&amp;gt; is the maximum number of tiles. The maximum &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; occurs when &amp;lt;math&amp;gt;s_h = 1&amp;lt;/math&amp;gt;, giving &amp;lt;math&amp;gt;k_{\max} = \lfloor \frac{\sqrt{T+1} - 1}{2} \rfloor&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The answer is obtained by summing over all &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; from 1 to &amp;lt;math&amp;gt;k_{\max}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Answer==&lt;br /&gt;
&lt;br /&gt;
1572729&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>