<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nathaniel Johnston &#187; Graph Theory</title>
	<atom:link href="http://www.njohnston.ca/tag/graph-theory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.njohnston.ca</link>
	<description>A blog of recreational math and quantum information theory</description>
	<lastBuildDate>Thu, 15 Dec 2011 16:11:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>On Maximal Self-Avoiding Walks</title>
		<link>http://www.njohnston.ca/2009/05/on-maximal-self-avoiding-walks/</link>
		<comments>http://www.njohnston.ca/2009/05/on-maximal-self-avoiding-walks/#comments</comments>
		<pubDate>Tue, 05 May 2009 15:18:06 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Graph Theory]]></category>
		<category><![CDATA[Integer Sequences]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=182</guid>
		<description><![CDATA[Given a k × n grid, a self-avoiding walk (SAW) on that grid is a connected path that never touches the same square more than once and never doubles back on itself (note that some sources make the convention that the path is drawn on the edges of the grid from vertex to vertex, but [...]]]></description>
			<content:encoded><![CDATA[<p class="paragraph_text">Given a <span class="math_inline">k × n</span> grid, a self-avoiding walk (SAW) on that grid is a connected path that never touches the same square more than once and never doubles back on itself (note that some sources make the convention that the path is drawn on the edges of the grid from vertex to vertex, but here I will make the convention that the path connects the centres of the squares that the grid forms). I will define a <em>maximal</em> self-avoiding walk to be a self-avoiding walk that touches every square of the grid on which it resides. One natural question that we can ask in this setting is <em>&#8220;How many maximal self-avoiding walks are there on a <span class="math_inline">k × n</span> grid?&#8221;</em></p>
<p class="paragraph_text"><img class="alignright size-full wp-image-1128" title="(In)valid self-avoiding walks" src="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/math_sa_walks_1.gif" alt="" width="206" height="120" />Before proceeding, let&#8217;s simplify things slightly by making the restriction that the maximal self-avoiding walks must start in the bottom-l<span style="font-family: Verdana;"><span style="font-family: Georgia;">eft corner of the grid (this restriction leaves us with the walks that are known as &#8220;Greek-key tours&#8221;). Let <span class="math_inline">f(k, n)</span> denote the number of maximal self-avoiding walks on a <span class="math_inline">k × n</span> grid. Unfortunately, finding an expression for <span class="math_inline">f(k, n)</span> in complete generality seems to be out of reach, so we will instead try to answer the question for certain fixed values of <span class="math_inline">k</span>.</span></span></p>
<p class="paragraph_text"><strong><span style="text-decoration: underline;">Case 1: <span class="math_inline">k = 1</span></span></strong><br />
Regardless of <span class="math_inline">n</span>, there is clearly only one maximal self-avoiding walk in this case: a straight line. Thus, <span class="math_inline">f(1, n) = 1</span> regardless of the value of <span class="math_inline">n</span>.</p>
<p class="paragraph_text"><strong><span style="text-decoration: underline;">Case 2: <span class="math_inline">k = 2</span></span></strong><br />
It is not difficult to prove (by induction, for example) that <span class="math_inline">f(2, n) = n</span>.</p>
<p class="paragraph_text"><strong><span style="text-decoration: underline;">Case 3: <span class="math_inline">k = 3</span></span></strong><br />
This is the first case whose solution does not seem trivial. It is well-known (by people who have looked at this problem, anyways) that the number of maximal self-avoiding walks on a <span class="math_inline">3 × n</span> grid for <span class="math_inline">n = 1, 2, &#8230;</span> is <span class="math_inline">1, 3, 8, 17, 38, &#8230;</span> (Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A046994" target="_sloane">A046994</a>). This sequence is defined by the following recurrence relations:</p>
<p class="paragraph_text"><img class="aligncenter size-full wp-image-1130" title="Recurrence relations" src="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/math_sa_walks_2.gif" alt="" width="381" height="138" /></p>
<p style="text-align: center;">
<p>Well, from these recurrence relations we can derive the following closed form expression for <span class="math_inline">f(3, n)</span>:</p>
<p class="paragraph_text"><a href="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/math_sa_walks_3.gif"><img class="aligncenter size-full wp-image-1131" title="Closed form" src="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/math_sa_walks_3.gif" alt="" width="515" height="60" /></a></p>
<p class="paragraph_text">It may be worth noting that this formula can be simplified significantly if you consider the case when <span class="math_inline">n</span> is odd separately from the case when <span class="math_inline">n</span> is even, and write <span class="math_inline">f(3, n)</span> as a branch function.</p>
<p class="paragraph_text"><strong><span style="text-decoration: underline;">Case 4: <span class="math_inline">k = 4</span></span></strong><br />
The number of maximal self-avoiding walks on a <span class="math_inline">4 × n</span> grid for <span class="math_inline">n = 1, 2, &#8230;</span> is <span class="math_inline">1, 4, 17, 52, 160, &#8230;</span> (Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A046995" target="_sloane">A046995</a>), but to date no simple closed-form formula for <span class="math_inline">f(4, n)</span> has been found. In 2003, Dean Hickerson proposed the following recurrence relation to define <span class="math_inline">f(4, n)</span>, which holds at least for the first 25 terms of the sequence:</p>
<p class="paragraph_text"><img class="aligncenter size-full wp-image-1132" title="k = 4 case" src="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/math_sa_walks_4.gif" alt="" width="637" height="259" /></p>
<p class="paragraph_text">While it is possible to derive a closed-form formula for <span class="math_inline">f(4, n)</span> from the above recurrence relation using standard difference equation techniques, the formula is extremely long and cumbersome. One piece of information that we can extract from the closed-form formula (which I won&#8217;t write out here) is that <span class="math_inline">f(4, n) ∈ O(2.539<sup>n</sup>)</span>.</p>
<p class="paragraph_text"><strong><span style="text-decoration: underline;">Case 5: <span class="math_inline">k ≥ 5</span></span></strong><br />
It is now clear that this problem grows very large very quickly, and proceeding in this manner may not be (realistically) feasible. Not much is known about <span class="math_inline">f(k, n)</span> when both <span class="math_inline">k</span> and <span class="math_inline">n</span> are greater than or equal to <span class="math_inline">5</span>. The best approach in this case is likely that of brute force.</p>
<p class="paragraph_text">
<h3>Computing the Number of Maximal SAWs</h3>
<p>Here I provide two programs for computing the number of maximal SAWs on a grid of your chosen size. It is recommended that you use the C script rather than the Visual Basic program, as the C script is <em>much</em> faster.</p>
<p class="paragraph_text">If the Visual Basic file below gives you an error message when you try to run it, you may need to download and install the Visual Basic 6.0 run time files. <a href="http://www.nathanieljohnston.com/software/vbrun60sp5.exe">Click here</a> to download these files. As far as I know, this program should work on Windows 98, ME, 2000, XP and Vista, but I can&#8217;t make any guarantees about its compatability.</p>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.nathanieljohnston.com/software/MaxSAWCalc.exe"></a><a href="http://www.nathanieljohnston.com/wp-content/uploads/2009/05/MaxSAWCalc.exe">Maximal SAW Calculator in Visual Basic</a> [Windows exe — 28.0kB]</li>
<li><a href="http://njohns01home.webfactional.com/wp-content/uploads/2009/05/maxsawcalc1.exe">Maximal SAW Calculator in C</a> [Windows exe — 17.6kB]</li>
<li><a href="http://njohns01home.webfactional.com/wp-content/uploads/2009/05/maxsawcalc1.zip">Maximal SAW Calculator in C source code</a> [zip — 1.06kB]</li>
</ul>
<h3>Maximal SAW Table of Values</h3>
<p>This is a table giving the number of maximal SAWs on a <span class="math_inline">k × n</span> grid. Several of the values in the table below were calculated using the above software — the cells that have &#8220;<em>?</em>&#8221; in them correspond to values that are currently unknown due to computational limits. Note that there is trivially symmetry across the main diagonal of the table. I apologize for the unreadably small font.</p>
<table style="font-size: 5.5pt;" border="0">
<tbody>
<tr>
<td style="border-bottom: 3px double #000000; border-right: 3px double #000000; font-size: 8pt;" align="center"><strong><sub>k</sub>\<sup>n</sup></strong></td>
<td style="border-bottom: 3px double #000000; border-top: 1px solid #000000; border-right: 1px solid #888888; font-size: 8pt;" align="center"><strong><strong>1</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>2</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>3</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>4</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>5</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>6</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>7</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>8</strong></strong></td>
<td style="border-right: 1px solid #888888; border-bottom: 3px double #000000; border-top: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>9</strong></strong></td>
<td style="border-bottom: 3px double #000000; border-top: 1px solid #000000; border-right: 1px solid #888888; font-size: 8pt;" align="center"><strong><strong>10</strong></strong></td>
<td style="border-bottom: 3px double #000000; border-top: 1px solid #000000; border-right: 1px solid #000000; font-size: 8pt;" align="center"><strong><strong>General Term</strong></strong></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>1</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>2</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">2</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">4</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">5</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">6</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">7</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">8</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">9</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">10</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">n</td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>3</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">8</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">17</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">38</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">78</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">164</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">332</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">680</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1368</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A046994" target="_new">A046994</a></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>4</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">4</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">17</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">52</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">160</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">469</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1337</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3750</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">10347</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">28249</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A046995" target="_new">A046995</a></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>5</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">5</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">38</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">160</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">824</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3501</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">16262</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">68591</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">304177</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1276805</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A145156" target="_new">A145156</a></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>6</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">6</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">78</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">469</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3501</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">22144</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">144476</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">899432</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">5585508</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">34092855</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A160240" target="_new">A160240</a></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>7</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">7</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">164</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1337</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">16262</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">144476</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1510446</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">13506023</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">132712481</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1185979605</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A160241" target="_new">A160241</a></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>8</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">8</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">332</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">3750</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">68591</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">899432</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">13506023</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">180160012</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #888888; font-size: 8pt;" align="center"><strong>9</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">9</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">680</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">10347</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">304177</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">5585508</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">132712481</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
</tr>
<tr>
<td style="border-right: 3px double #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; font-size: 8pt;" align="center"><strong>10</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">10</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1368</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">28249</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1276805</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">34092855</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">1185979605</td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center"><em>?</em></td>
</tr>
<tr>
<td style="border-right: 1px solid #888888;" colspan="10"></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888; font-size: 8pt;" align="right"><strong>n × n grid:</strong></td>
<td style="border-bottom: 1px solid #888888; border-right: 1px solid #888888;" align="center">Sloane&#8217;s <a href="http://www.research.att.com/~njas/sequences/A145157" target="_new">A145157</a></td>
</tr>
</tbody>
</table>
<p><span class="sub_header_text"><strong>Related Links:</strong></span></p>
<ul>
<li><a href="http://mathforum.org/kb/message.jspa?messageID=174703" target="_new"><strong>&#8216;Greek-key&#8217; tours on 3 × n chessboards</strong></a> — A mathforum.org posting by Thomas Womack in April 1999 about maximal SAWs.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.njohnston.ca/2009/05/on-maximal-self-avoiding-walks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

