<?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%2F174</id>
	<title>Project Euler/174 - 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%2F174"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/174&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/174&amp;diff=30867&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/174&amp;diff=30867&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=174&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.&lt;br /&gt;
&lt;br /&gt;
Given eight tiles it is possible to form a lamina in only one way: a 3×3 square with a 1×1 hole in the middle. However, using thirty-two tiles it is possible to form two distinct laminae.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; represents the number of tiles used, we shall say that &amp;lt;math&amp;gt;t = 8&amp;lt;/math&amp;gt; is type &amp;lt;math&amp;gt;L(1)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;t = 32&amp;lt;/math&amp;gt; is type &amp;lt;math&amp;gt;L(2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N(n)&amp;lt;/math&amp;gt; be the number of &amp;lt;math&amp;gt;t \le 1000000&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; is type &amp;lt;math&amp;gt;L(n)&amp;lt;/math&amp;gt;; for example, &amp;lt;math&amp;gt;N(15) = 832&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
What is &amp;lt;math&amp;gt;\sum_{n=1}^{10} N(n)&amp;lt;/math&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This problem builds on Problem 173. A square lamina with inner hole side &amp;lt;math&amp;gt;s_h&amp;lt;/math&amp;gt; and thickness &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; uses &amp;lt;math&amp;gt;t = 4k(s_h + k)&amp;lt;/math&amp;gt; tiles. &lt;br /&gt;
&lt;br /&gt;
The type &amp;lt;math&amp;gt;L(n)&amp;lt;/math&amp;gt; of &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; is the number of distinct laminae that can be formed using exactly &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; tiles. For each valid lamina (with &amp;lt;math&amp;gt;t \le 10^6&amp;lt;/math&amp;gt;), count how many distinct &amp;lt;math&amp;gt;(s_h, k)&amp;lt;/math&amp;gt; pairs produce that exact &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;. Then tally how many &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; values have each type &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;n = 1&amp;lt;/math&amp;gt; through &amp;lt;math&amp;gt;10&amp;lt;/math&amp;gt;, and sum those counts.&lt;br /&gt;
&lt;br /&gt;
==Answer==&lt;br /&gt;
&lt;br /&gt;
20956691&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>