% Copyright 2020 Kevin Ryde
%
% This file is part of Graph-Maker-Other.
%
% Graph-Maker-Other is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by the
% Free Software Foundation; either version 3, or (at your option) any later
% version.
%
% Graph-Maker-Other is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
% for more details.
%
% You should have received a copy of the GNU General Public License along
% with Graph-Maker-Other.  If not, see <http://www.gnu.org/licenses/>.


% This is some sample drawings of the trees of most maximum matchings.
% The pictures were made by gen-MostMaximumMatchingsTree-samples.pl
% then cut and pasted here as blocks of tikz.
%
% The aim is the table of samples on a single page of A4 paper, but of
% course you can look at it on-screen in any way.  Margins are shrunk
% to fit a bit more on the page.
%
% Tikz is not particularly fast on medium to large input like this, so
% don't worry if latex seems to take a little while.  The postscript
% or pdf which results is also not particularly fast to draw.  The
% lines are reasonable but the many vertex dots seem to add up.
%


\documentclass[a4paper]{article}
\pagestyle{empty}         % no page numbers

% Title and author go into PDF (by hyperref pdfusetitle),
% but not actually displayed.
\title{MostMaximumMatchingsTree Samples}
\author{Kevin Ryde}
\date{March 2020}

\usepackage[pdfusetitle,
            pdfsubject={Most maximum matchings trees},
            pdfkeywords={most maximum matchings tree, graph theory},
            pdflang={en}, % RFC3066 ISO639 code
            pdfborderstyle={/W 0},  % no border on hyperlinks
           ]{hyperref}

\usepackage{tikz}
\usetikzlibrary{calc}     % for ($(...)$) coordinate calculations
\usetikzlibrary{lindenmayersystems}
\usetikzlibrary{math}     % for \tikzmath
\tikzset{>=latex,         % arrowhead type
         font=\small}     % same as text, not the display \normalfont

% cf article class left,right = 2.5cm
\usepackage[top=1.5cm,bottom=1cm,left=2.5cm,right=2.5cm]{geometry}

\usepackage{hyphenat}     % for \hyp hyphenation of words with -
\newcommand\MySlash{\slash\hspace{0pt}}

% % Uncomment this to see a box around each page text width and height.
% \usepackage{fancybox}
% \fancypage{\setlength{\fboxsep}{0pt}\fbox}{}


%------------------------------------------------------------------------------
\begin{document}
\hfil {\large Most Maximum Matchings Tree Samples}
\hfil

\bigskip

\newcommand\MyColumn{2.2}  % centimetres
\newcommand\MyScaleZero{.3}
\newcommand\MyScaleOne{.2}
\newcommand\MyScaleTwo{.15}
\newcommand\MyScaleThree{.13}
\newcommand\MyScaleFour{.13}
\newcommand\MyScaleFive{.13}
\newcommand\MyScaleSix{.1}
\newcommand\MyScaleSeven{.1}
\newcommand\MyScaleEight{.09}
\newcommand\MyScaleNine{.09}
\newcommand\MyScaleTen{.09}
\newcommand\MyScaleEleven{.07}
\newcommand\MyScaleTwelve{.07}
\newcommand\MyScaleThirteen{.07}
\newcommand\MyScaleFourteen{.07}
\newcommand\MyScaleFifteen{.065}
\newcommand\MyVspace{\vspace{.25\baselineskip}}
\tikzset{
  my dot/.style={fill,circle,inner sep=.045em,node contents=},
  %
  % cf line width default thin=.4pt
  line width=.17pt,
}  

% column headings
\noindent
\begin{tikzpicture}[font=\scriptsize]
  \node at (0,0) {}; % bbox starting at 0,0
  \node at (0.5*\MyColumn,0) {$0 \bmod 7$};
  \node at (1.5*\MyColumn,0) {$1 \bmod 7$};
  \node at (2.5*\MyColumn,0) {$2 \bmod 7$};
  \node at (3.5*\MyColumn,0) {$3 \bmod 7$};
  \node at (4.5*\MyColumn,0) {$4 \bmod 7$};
  \node at (5.5*\MyColumn,0) {$5 \bmod 7$};
  \node at (6.5*\MyColumn,0) {$6 \bmod 7$};
\end{tikzpicture}

% % Uncomment this to see some column markers.
% \noindent
% \begin{tikzpicture}
%   \draw foreach \n in {0,1,...,7} { (\n*\MyColumn,0) -- (\n*\MyColumn,.5) };
% \end{tikzpicture}


% generated by gen-MostMaximumMatchingsTree-samples.pl table
% n=0 to 6
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.29]
  \draw;
  \node at (0,0) [font=\tiny] {(empty)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.29]
  \draw;
  \fill foreach \p in {(0,0)} {\p circle (0.16)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.29]
  \draw (0,0)--(1,0);
  \fill foreach \p in {(0,0),(1,0)} {\p circle (0.16)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.29]
  \draw (-1,0)--(1,0);
  \fill foreach \p in {(0,0),(1,0),(-1,0)} {\p circle (0.16)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.29]
  \draw (-0.5,-0.866025)--(0,0)--(-0.5,0.866025) (0,0)--(1,0);
  \fill foreach \p in {(0,0),(1,0),(-0.5,0.866025),(-0.5,-0.866025)
    } {\p circle (0.16)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.29]
  \draw (-1,0)--(1,0) (0,-1)--(0,1);
  \fill foreach \p in {(0,0),(1,0),(0,1),(-1,0),(0,-1)} {\p circle (0.16)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.29]
  \draw (-0.809016,0.587785)--(0,0)--(-0.809017,-0.587785) (0.309016,-0.951056)
    --(0,0)--(0.309017,0.951056) (0,0)--(1,0);
  \fill foreach \p in {(0,0),(1,0),(0.309017,0.951056),(-0.809016,0.587785)
    ,(-0.809017,-0.587785),(0.309016,-0.951056)} {\p circle (0.16)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=7 to 13
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.2]
  \draw (-1.5,0)--(0.5,0)--(1.5,-0.5) (-1.5,-1)--(-1.5,1) (0.5,0)--(1.5,0.5);
  \fill foreach \p in {(-1.5,0),(-1.5,1),(-1.5,-1),(-0.5,0),(0.5,0),(1.5,-0.5)
    ,(1.5,0.5)} {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.2]
  \draw (-1,1)--(1,1) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2);
  \fill foreach \p in {(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2),(0.5,-2),(1,1)
    } {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.2]
  \draw (-1,-1)--(-1,1) (-2,0)--(2,0) (1,-1)--(1,1);
  \fill foreach \p in {(-1,0),(0,0),(1,0),(-1,-1),(1,-1),(-1,1),(1,1),(-2,0)
    ,(2,0)} {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.2]
  \draw (-3,-0.75)--(-2,-0.25)--(2,-0.25)--(3,-0.75) (-2,-0.25)--(-3,0.25)
    (0,-0.25)--(0,0.75) (2,-0.25)--(3,0.25);
  \fill foreach \p in {(0,-0.25),(-1,-0.25),(-2,-0.25),(-3,0.25),(-3,-0.75)
    ,(1,-0.25),(2,-0.25),(3,-0.75),(3,0.25),(0,0.75)} {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.2]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-2,1)--(1,1)--(2,0.5)
    (2,1.5)--(1,1);
  \fill foreach \p in {(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2)
    ,(0,1),(1,1),(2,0.5),(2,1.5)} {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.2]
  \draw (-2,0.5)--(-1,1)--(-2,1.5) (-1,1)--(2,1) (0,-1)--(2,-1) (1,2)--(1,-2);
  \fill foreach \p in {(1,-1),(1,-2),(0,-1),(1,0),(1,1),(2,1),(0,1),(-1,1)
    ,(-2,0.5),(-2,1.5),(1,2),(2,-1)} {\p circle (0.22)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.2]
  \draw (3,0)--(-3,0) (-2,-1)--(-2,1) (0,-1)--(0,1) (2,1)--(2,-1);
  \fill foreach \p in {(-3,0),(-2,0),(-2,-1),(-2,1),(-1,0),(0,0),(0,-1),(0,1)
    ,(1,0),(2,0),(2,-1),(2,1),(3,0)} {\p circle (0.22)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=14 to 20
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.15]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-2.5,1)--(1.5,1)
    --(2.5,0.5) (-2.5,0)--(-2.5,2) (1.5,1)--(2.5,1.5);
  \fill foreach \p in {(-2.5,1),(-2.5,2),(-2.5,0),(-1.5,1),(-0.5,1),(-0.5,2)
    ,(-0.5,0),(-0.5,-1),(-1,-2),(0,-2),(0.5,1),(1.5,1),(2.5,0.5),(2.5,1.5)
    } {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.15]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (2,1)--(-2,1) (0.5,-2)
    --(1,-1)--(1.5,-2) (1,-1)--(1,2);
  \fill foreach \p in {(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2)
    ,(0,1),(1,1),(1,2),(1,0),(1,-1),(0.5,-2),(1.5,-2),(2,1)
    } {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.15]
  \draw (3.5,-1)--(-3.5,-1) (-2.5,-2)--(-2.5,0) (-0.5,0.5)--(0.5,1)--(-0.5,1.5)
    (0.5,1)--(3.5,1) (2.5,2)--(2.5,-2);
  \fill foreach \p in {(-2.5,-1),(-1.5,-1),(2.5,-1),(-2.5,-2),(2.5,-2),(-2.5,0)
    ,(2.5,0),(2.5,1),(3.5,1),(1.5,1),(0.5,1),(-0.5,0.5),(-0.5,1.5),(2.5,2)
    ,(-3.5,-1),(3.5,-1)} {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.15]
  \draw (-3,-0.5)--(-2,0)--(2,0)--(3,-0.5) (-2,0)--(-3,0.5) (-0.5,-3)--(0,-2)
    --(0,2)--(-0.5,3) (0,-2)--(0.5,-3) (0,2)--(0.5,3) (2,0)--(3,0.5);
  \fill foreach \p in {(0,0),(0,-1),(0,-2),(-0.5,-3),(0.5,-3),(-1,0),(-2,0)
    ,(-3,0.5),(-3,-0.5),(0,1),(0,2),(0.5,3),(-0.5,3),(1,0),(2,0),(3,-0.5)
    ,(3,0.5)} {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.15]
  \draw (-3,1)--(2,1)--(3,0.5) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2)
    (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (2,1)--(3,1.5);
  \fill foreach \p in {(-3,1),(-2,1),(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2)
    ,(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2),(0.5,-2),(1,1),(2,1),(3,0.5)
    ,(3,1.5)} {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.15]
  \draw (-3.5,0)--(3.5,0) (-2.5,1)--(-2.5,-2)--(-2,-3) (-2.5,-2)--(-3,-3)
    (-0.5,1.5)--(0.5,2)--(-0.5,2.5) (0.5,2)--(3.5,2) (2.5,-1)--(2.5,3);
  \fill foreach \p in {(2.5,0),(2.5,-1),(-1.5,0),(-2.5,0),(-2.5,1),(-2.5,-1)
    ,(-2.5,-2),(-2,-3),(-3,-3),(-3.5,0),(2.5,1),(2.5,2),(3.5,2),(1.5,2),(0.5,2)
    ,(-0.5,1.5),(-0.5,2.5),(2.5,3),(3.5,0)} {\p circle (0.25)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.15]
  \draw (3,-1)--(-3,-1) (-2,-2)--(-2,0) (0,-2)--(0,0) (-1,0.5)--(0,1)--(-1,1.5)
    (0,1)--(3,1) (2,-2)--(2,2);
  \fill foreach \p in {(-3,-1),(-2,-1),(-2,-2),(-2,0),(-1,-1),(0,-1),(0,-2)
    ,(0,0),(1,-1),(2,-1),(2,-2),(2,0),(2,1),(3,1),(1,1),(0,1),(-1,0.5),(-1,1.5)
    ,(2,2),(3,-1)} {\p circle (0.25)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=21 to 27
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.13]
  \draw (-3.5,1)--(2.5,1)--(3.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-3.5,0)--(-3.5,2) (0,-2)--(0.5,-1)--(1,-2) (0.5,-1)--(0.5,2)
    (2.5,1)--(3.5,1.5);
  \fill foreach \p in {(-3.5,1),(-3.5,2),(-3.5,0),(-2.5,1),(-1.5,1),(-1.5,2)
    ,(-1.5,0),(-1.5,-1),(-2,-2),(-1,-2),(-0.5,1),(0.5,1),(0.5,2),(0.5,0)
    ,(0.5,-1),(0,-2),(1,-2),(1.5,1),(2.5,1),(3.5,0.5),(3.5,1.5)
    } {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.13]
  \draw (-3,1)--(3,1) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-0.5,-2)
    --(0,-1)--(0.5,-2) (0,-1)--(0,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2);
  \fill foreach \p in {(-3,1),(-2,1),(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2)
    ,(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2),(0.5,-2),(1,1),(2,1),(2,2),(2,0)
    ,(2,-1),(1.5,-2),(2.5,-2),(3,1)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.13]
  \draw (-2,2)--(-2,-2) (-3,-1)--(5,-1) (-5,0.5)--(-4,1)--(-1,1) (-5,1.5)
    --(-4,1) (1,0.5)--(2,1)--(1,1.5) (2,1)--(5,1) (4,-2)--(4,2);
  \fill foreach \p in {(-2,-1),(0,-1),(4,-1),(-2,-2),(4,-2),(-2,0),(-2,1)
    ,(-1,1),(-3,1),(-4,1),(-5,0.5),(-5,1.5),(-2,2),(4,0),(4,1),(5,1),(3,1)
    ,(2,1),(1,0.5),(1,1.5),(4,2),(-3,-1),(5,-1)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.13]
  \draw (-0.5,-3)--(-1,-2)--(-1,2)--(-0.5,3) (-1,-2)--(-1.5,-3) (-4,-0.5)
    --(-3,0)--(3,0)--(4,-0.5) (-1,2)--(-1.5,3) (-3,0)--(-4,0.5) (1,1)--(1,-2)
    --(0.5,-3) (1,-2)--(1.5,-3) (3,0)--(4,0.5);
  \fill foreach \p in {(-1,0),(-1,-1),(-1,-2),(-1.5,-3),(-0.5,-3),(-2,0),(-3,0)
    ,(-4,0.5),(-4,-0.5),(-1,1),(-1,2),(-0.5,3),(-1.5,3),(0,0),(1,0),(1,1)
    ,(1,-1),(1,-2),(0.5,-3),(1.5,-3),(2,0),(3,0),(4,-0.5),(4,0.5)
    } {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.13]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-4,1)--(3,1)--(4,0.5)
    (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (0.5,-2)--(1,-1)--(1.5,-2)
    (1,-1)--(1,2) (3,1)--(4,1.5);
  \fill foreach \p in {(-4,1),(-3,1),(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2)
    ,(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2)
    ,(1,0),(1,-1),(0.5,-2),(1.5,-2),(2,1),(3,1),(4,0.5),(4,1.5)
    } {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.13]
  \draw (-2.5,1)--(-2.5,-2)--(-2,-3) (-2.5,-2)--(-3,-3) (-3.5,0)--(3.5,0)
    (-0.5,-1.5)--(0.5,-2)--(-0.5,-2.5) (-0.5,1.5)--(0.5,2)--(-0.5,2.5) (0.5,-2)
    --(3.5,-2) (0.5,2)--(3.5,2) (2.5,-3)--(2.5,3);
  \fill foreach \p in {(2.5,0),(2.5,-1),(2.5,-2),(3.5,-2),(1.5,-2),(0.5,-2)
    ,(-0.5,-1.5),(-0.5,-2.5),(2.5,-3),(-1.5,0),(-2.5,0),(-2.5,1),(-2.5,-1)
    ,(-2.5,-2),(-2,-3),(-3,-3),(-3.5,0),(2.5,1),(2.5,2),(3.5,2),(1.5,2),(0.5,2)
    ,(-0.5,1.5),(-0.5,2.5),(2.5,3),(3.5,0)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.13]
  \draw (-0.5,-3)--(-1,-2)--(-1,2)--(-0.5,3) (-1,-2)--(-1.5,-3) (-4,-0.5)
    --(-3,0)--(3,0)--(4,-0.5) (-1,2)--(-1.5,3) (-3,0)--(-4,0.5) (0.5,-3)
    --(1,-2)--(1,2)--(0.5,3) (1,2)--(1.5,3) (1.5,-3)--(1,-2) (3,0)--(4,0.5);
  \fill foreach \p in {(-1,0),(0,0),(1,0),(-1,-1),(-1,-2),(-1.5,-3),(-0.5,-3)
    ,(1,-1),(1,-2),(0.5,-3),(1.5,-3),(-2,0),(-3,0),(-4,0.5),(-4,-0.5),(2,0)
    ,(3,0),(4,-0.5),(4,0.5),(-1,1),(-1,2),(-0.5,3),(-1.5,3),(1,1),(1,2),(1.5,3)
    ,(0.5,3)} {\p circle (0.26)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=28 to 34
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.13]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-4.5,1)--(3.5,1)
    --(4.5,0.5) (-2,-2)--(-2.5,-1)--(-3,-2) (-2.5,-1)--(-2.5,2) (-4.5,0)
    --(-4.5,2) (1,-2)--(1.5,-1)--(2,-2) (1.5,-1)--(1.5,2) (3.5,1)--(4.5,1.5);
  \fill foreach \p in {(-4.5,1),(-4.5,2),(-4.5,0),(-3.5,1),(-2.5,1),(-2.5,2)
    ,(-2.5,0),(-2.5,-1),(-3,-2),(-2,-2),(-1.5,1),(-0.5,1),(-0.5,2),(-0.5,0)
    ,(-0.5,-1),(-1,-2),(0,-2),(0.5,1),(1.5,1),(1.5,2),(1.5,0),(1.5,-1),(1,-2)
    ,(2,-2),(2.5,1),(3.5,1),(4.5,0.5),(4.5,1.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.13]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-4,1)--(4,1) (-2.5,-2)
    --(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)
    --(1,2) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2);
  \fill foreach \p in {(-4,1),(-3,1),(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2)
    ,(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2)
    ,(1,0),(1,-1),(0.5,-2),(1.5,-2),(2,1),(3,1),(3,2),(3,0),(3,-1),(2.5,-2)
    ,(3.5,-2),(4,1)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.13]
  \draw (-2,-1)--(-2,3) (-3,0)--(5,0) (-1,2)--(-4,2)--(-5,1.5) (-4,2)--(-5,2.5)
    (1,-2.5)--(2,-2)--(1,-1.5) (1,1.5)--(2,2)--(1,2.5) (2,-2)--(5,-2) (2,2)
    --(5,2) (4,-3)--(4,3);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(4,-1),(4,-2),(5,-2),(3,-2)
    ,(2,-2),(1,-1.5),(1,-2.5),(4,-3),(-2,1),(-2,2),(-1,2),(-3,2),(-4,2)
    ,(-5,1.5),(-5,2.5),(-2,3),(4,1),(4,2),(5,2),(3,2),(2,2),(1,1.5),(1,2.5)
    ,(4,3),(-3,0),(5,0)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.13]
  \draw (1,1)--(-2,1)--(-3,0.5) (-2,1)--(-3,1.5) (-6,-0.5)--(-5,-1)--(5,-1)
    --(6,-0.5) (-5,-1)--(-6,-1.5) (-0.5,-4)--(0,-3)--(0,3)--(-0.5,4) (0,-3)
    --(0.5,-4) (0,3)--(0.5,4) (3,0)--(3,-3)--(2.5,-4) (3,-3)--(3.5,-4) (5,-1)
    --(6,-1.5);
  \fill foreach \p in {(0,-1),(0,-2),(0,-3),(-0.5,-4),(0.5,-4),(-4,-1),(-5,-1)
    ,(-6,-0.5),(-6,-1.5),(0,0),(0,1),(1,1),(-1,1),(-2,1),(-3,0.5),(-3,1.5)
    ,(0,2),(0,3),(0.5,4),(-0.5,4),(2,-1),(3,-1),(3,0),(3,-2),(3,-3),(2.5,-4)
    ,(3.5,-4),(4,-1),(5,-1),(6,-1.5),(6,-0.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.13]
  \draw (-5,1)--(4,1)--(5,0.5) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2)
    (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-0.5,-2)--(0,-1)--(0.5,-2)
    (0,-1)--(0,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2) (4,1)--(5,1.5);
  \fill foreach \p in {(-5,1),(-4,1),(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2)
    ,(-3,1),(-2,1),(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2)
    ,(0,0),(0,-1),(-0.5,-2),(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2)
    ,(2.5,-2),(3,1),(4,1),(5,0.5),(5,1.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.13]
  \draw (-3.5,-1)--(3.5,-1) (-2.5,0)--(-2.5,-3)--(-2,-4) (-2.5,-3)--(-3,-4)
    (-0.5,-2.5)--(0.5,-3)--(-0.5,-3.5) (-0.5,0.5)--(0.5,1)--(-0.5,1.5)
    (-0.5,2.5)--(0.5,3)--(-0.5,3.5) (0.5,-3)--(3.5,-3) (0.5,1)--(3.5,1) (0.5,3)
    --(3.5,3) (2.5,-4)--(2.5,4);
  \fill foreach \p in {(2.5,-1),(2.5,-2),(2.5,-3),(3.5,-3),(1.5,-3),(0.5,-3)
    ,(-0.5,-2.5),(-0.5,-3.5),(2.5,-4),(-1.5,-1),(-2.5,-1),(-2.5,0),(-2.5,-2)
    ,(-2.5,-3),(-2,-4),(-3,-4),(-3.5,-1),(2.5,0),(2.5,1),(3.5,1),(1.5,1)
    ,(0.5,1),(-0.5,0.5),(-0.5,1.5),(2.5,2),(2.5,3),(3.5,3),(1.5,3),(0.5,3)
    ,(-0.5,2.5),(-0.5,3.5),(2.5,4),(3.5,-1)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.13]
  \draw (-5.5,-0.5)--(-4.5,-1)--(4.5,-1)--(5.5,-0.5) (-2,-4)--(-2.5,-3)
    --(-2.5,1)--(-2,2) (-2.5,-3)--(-3,-4) (-2.5,1)--(-3,2) (-4.5,-1)
    --(-5.5,-1.5) (-0.5,0.5)--(0.5,1)--(-0.5,1.5) (0.5,1)--(3.5,1) (2,-4)
    --(2.5,-3)--(2.5,3)--(2,4) (2.5,3)--(3,4) (3,-4)--(2.5,-3) (4.5,-1)
    --(5.5,-1.5);
  \fill foreach \p in {(-2.5,-1),(-1.5,-1),(2.5,-1),(-2.5,-2),(-2.5,-3),(-3,-4)
    ,(-2,-4),(2.5,-2),(2.5,-3),(2,-4),(3,-4),(-3.5,-1),(-4.5,-1),(-5.5,-0.5)
    ,(-5.5,-1.5),(3.5,-1),(4.5,-1),(5.5,-1.5),(5.5,-0.5),(-2.5,0),(-2.5,1)
    ,(-2,2),(-3,2),(2.5,0),(2.5,1),(3.5,1),(1.5,1),(0.5,1),(-0.5,0.5)
    ,(-0.5,1.5),(2.5,2),(2.5,3),(3,4),(2,4)} {\p circle (0.26)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=35 to 41
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.13]
  \draw (-5.5,1)--(4.5,1)--(5.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-3,-2)--(-3.5,-1)--(-4,-2) (-3.5,-1)--(-3.5,2) (-5.5,0)
    --(-5.5,2) (0,-2)--(0.5,-1)--(1,-2) (0.5,-1)--(0.5,2) (2,-2)--(2.5,-1)
    --(3,-2) (2.5,-1)--(2.5,2) (4.5,1)--(5.5,1.5);
  \fill foreach \p in {(-5.5,1),(-5.5,2),(-5.5,0),(-4.5,1),(-3.5,1),(-3.5,2)
    ,(-3.5,0),(-3.5,-1),(-4,-2),(-3,-2),(-2.5,1),(-1.5,1),(-1.5,2),(-1.5,0)
    ,(-1.5,-1),(-2,-2),(-1,-2),(-0.5,1),(0.5,1),(0.5,2),(0.5,0),(0.5,-1),(0,-2)
    ,(1,-2),(1.5,1),(2.5,1),(2.5,2),(2.5,0),(2.5,-1),(2,-2),(3,-2),(3.5,1)
    ,(4.5,1),(5.5,0.5),(5.5,1.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.13]
  \draw (-5,1)--(5,1) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)
    --(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)
    --(0,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)--(4.5,-2)
    (4,-1)--(4,2);
  \fill foreach \p in {(-5,1),(-4,1),(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2)
    ,(-3,1),(-2,1),(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2)
    ,(0,0),(0,-1),(-0.5,-2),(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2)
    ,(2.5,-2),(3,1),(4,1),(4,2),(4,0),(4,-1),(3.5,-2),(4.5,-2),(5,1)
    } {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.13]
  \draw (-2,-3)--(-2,3) (-1,-2)--(-4,-2)--(-5,-1.5) (-3,0)--(5,0) (-1,2)
    --(-4,2)--(-5,1.5) (-4,-2)--(-5,-2.5) (-4,2)--(-5,2.5) (1,-1.5)--(2,-2)
    --(1,-2.5) (1,1.5)--(2,2)--(1,2.5) (2,-2)--(5,-2) (2,2)--(5,2) (4,-3)
    --(4,3);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(-2,-2),(-1,-2),(-3,-2)
    ,(-4,-2),(-5,-1.5),(-5,-2.5),(-2,-3),(4,-1),(4,-2),(5,-2),(3,-2),(2,-2)
    ,(1,-1.5),(1,-2.5),(4,-3),(-2,1),(-2,2),(-1,2),(-3,2),(-4,2),(-5,1.5)
    ,(-5,2.5),(-2,3),(4,1),(4,2),(5,2),(3,2),(2,2),(1,1.5),(1,2.5),(4,3),(-3,0)
    ,(5,0)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.13]
  \draw (-2,0.5)--(-1,1)--(-2,1.5) (-7,-0.5)--(-6,-1)--(6,-1)--(7,-0.5) (-4,0)
    --(-4,-3)--(-3.5,-4) (-4.5,-4)--(-4,-3) (-6,-1)--(-7,-1.5) (-1,1)--(2,1)
    (0.5,-4)--(1,-3)--(1,3)--(0.5,4) (1,-3)--(1.5,-4) (1,3)--(1.5,4) (4,0)
    --(4,-3)--(3.5,-4) (4,-3)--(4.5,-4) (6,-1)--(7,-1.5);
  \fill foreach \p in {(1,-1),(1,-2),(1,-3),(0.5,-4),(1.5,-4),(-3,-1),(-4,-1)
    ,(-4,0),(-4,-2),(-4,-3),(-3.5,-4),(-4.5,-4),(-5,-1),(-6,-1),(-7,-0.5)
    ,(-7,-1.5),(1,0),(1,1),(2,1),(0,1),(-1,1),(-2,0.5),(-2,1.5),(1,2),(1,3)
    ,(1.5,4),(0.5,4),(3,-1),(4,-1),(4,0),(4,-2),(4,-3),(3.5,-4),(4.5,-4),(5,-1)
    ,(6,-1),(7,-1.5),(7,-0.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.13]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-6,1)--(5,1)--(6,0.5)
    (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2)
    (-5,-1)--(-5,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (2.5,-2)--(3,-1)
    --(3.5,-2) (3,-1)--(3,2) (5,1)--(6,1.5);
  \fill foreach \p in {(-6,1),(-5,1),(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2)
    ,(-4,1),(-3,1),(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1)
    ,(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1)
    ,(0.5,-2),(1.5,-2),(2,1),(3,1),(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1)
    ,(5,1),(6,0.5),(6,1.5)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.13]
  \draw (-4.5,-1)--(4.5,-1) (-1.5,0)--(-1.5,-3)--(-1,-4) (-1.5,-3)--(-2,-4)
    (-3.5,0)--(-3.5,-3)--(-3,-4) (-3.5,-3)--(-4,-4) (0.5,-2.5)--(1.5,-3)
    --(0.5,-3.5) (0.5,0.5)--(1.5,1)--(0.5,1.5) (0.5,2.5)--(1.5,3)--(0.5,3.5)
    (1.5,-3)--(4.5,-3) (1.5,1)--(4.5,1) (1.5,3)--(4.5,3) (3.5,-4)--(3.5,4);
  \fill foreach \p in {(3.5,-1),(3.5,-2),(3.5,-3),(4.5,-3),(2.5,-3),(1.5,-3)
    ,(0.5,-2.5),(0.5,-3.5),(3.5,-4),(-0.5,-1),(-1.5,-1),(-1.5,0),(-1.5,-2)
    ,(-1.5,-3),(-1,-4),(-2,-4),(-2.5,-1),(-3.5,-1),(-3.5,0),(-3.5,-2),(-3.5,-3)
    ,(-3,-4),(-4,-4),(-4.5,-1),(3.5,0),(3.5,1),(4.5,1),(2.5,1),(1.5,1)
    ,(0.5,0.5),(0.5,1.5),(3.5,2),(3.5,3),(4.5,3),(2.5,3),(1.5,3),(0.5,2.5)
    ,(0.5,3.5),(3.5,4),(4.5,-1)} {\p circle (0.26)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.13]
  \draw (-1,-4)--(-1.5,-3)--(-1.5,3)--(-1,4) (-7.5,-0.5)--(-6.5,-1)--(6.5,-1)
    --(7.5,-0.5) (-1.5,-3)--(-2,-4) (-0.5,1)--(-3.5,1)--(-4.5,0.5) (-1.5,3)
    --(-2,4) (-3.5,1)--(-4.5,1.5) (-6.5,-1)--(-7.5,-1.5) (1.5,0.5)--(2.5,1)
    --(1.5,1.5) (2.5,1)--(5.5,1) (4,-4)--(4.5,-3)--(4.5,3)--(4,4) (4.5,3)
    --(5,4) (5,-4)--(4.5,-3) (6.5,-1)--(7.5,-1.5);
  \fill foreach \p in {(-1.5,-1),(0.5,-1),(4.5,-1),(-1.5,-2),(-1.5,-3),(-2,-4)
    ,(-1,-4),(4.5,-2),(4.5,-3),(4,-4),(5,-4),(-5.5,-1),(-6.5,-1),(-7.5,-0.5)
    ,(-7.5,-1.5),(5.5,-1),(6.5,-1),(7.5,-1.5),(7.5,-0.5),(-1.5,0),(-1.5,1)
    ,(-0.5,1),(-2.5,1),(-3.5,1),(-4.5,0.5),(-4.5,1.5),(-1.5,2),(-1.5,3),(-1,4)
    ,(-2,4),(4.5,0),(4.5,1),(5.5,1),(3.5,1),(2.5,1),(1.5,0.5),(1.5,1.5),(4.5,2)
    ,(4.5,3),(5,4),(4,4)} {\p circle (0.26)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=42 to 48
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.1]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-6.5,1)--(5.5,1)
    --(6.5,0.5) (-2,-2)--(-2.5,-1)--(-3,-2) (-2.5,-1)--(-2.5,2) (-4,-2)
    --(-4.5,-1)--(-5,-2) (-4.5,-1)--(-4.5,2) (-6.5,0)--(-6.5,2) (1,-2)
    --(1.5,-1)--(2,-2) (1.5,-1)--(1.5,2) (3,-2)--(3.5,-1)--(4,-2) (3.5,-1)
    --(3.5,2) (5.5,1)--(6.5,1.5);
  \fill foreach \p in {(-6.5,1),(-6.5,2),(-6.5,0),(-5.5,1),(-4.5,1),(-4.5,2)
    ,(-4.5,0),(-4.5,-1),(-5,-2),(-4,-2),(-3.5,1),(-2.5,1),(-2.5,2),(-2.5,0)
    ,(-2.5,-1),(-3,-2),(-2,-2),(-1.5,1),(-0.5,1),(-0.5,2),(-0.5,0),(-0.5,-1)
    ,(-1,-2),(0,-2),(0.5,1),(1.5,1),(1.5,2),(1.5,0),(1.5,-1),(1,-2),(2,-2)
    ,(2.5,1),(3.5,1),(3.5,2),(3.5,0),(3.5,-1),(3,-2),(4,-2),(4.5,1),(5.5,1)
    ,(6.5,0.5),(6.5,1.5)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.1]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-6,1)--(6,1) (-2.5,-2)
    --(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)
    --(-5,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (2.5,-2)--(3,-1)
    --(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2);
  \fill foreach \p in {(-6,1),(-5,1),(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2)
    ,(-4,1),(-3,1),(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1)
    ,(-1,2),(-1,0),(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1)
    ,(0.5,-2),(1.5,-2),(2,1),(3,1),(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1)
    ,(5,1),(5,2),(5,0),(5,-1),(4.5,-2),(5.5,-2),(6,1)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.1]
  \draw (-2,-4)--(-2,2) (-3,-1)--(5,-1) (-1,-3)--(-4,-3)--(-5,-2.5) (-1,1)
    --(-4,1)--(-5,0.5) (-4,-3)--(-5,-3.5) (-4,1)--(-5,1.5) (1,-2.5)--(2,-3)
    --(1,-3.5) (1,0.5)--(2,1)--(1,1.5) (1,2.5)--(2,3)--(1,3.5) (2,-3)--(5,-3)
    (2,1)--(5,1) (2,3)--(5,3) (4,-4)--(4,4);
  \fill foreach \p in {(-2,-1),(0,-1),(4,-1),(-2,-2),(-2,-3),(-1,-3),(-3,-3)
    ,(-4,-3),(-5,-2.5),(-5,-3.5),(-2,-4),(4,-2),(4,-3),(5,-3),(3,-3),(2,-3)
    ,(1,-2.5),(1,-3.5),(4,-4),(-2,0),(-2,1),(-1,1),(-3,1),(-4,1),(-5,0.5)
    ,(-5,1.5),(-2,2),(4,0),(4,1),(5,1),(3,1),(2,1),(1,0.5),(1,1.5),(4,2),(4,3)
    ,(5,3),(3,3),(2,3),(1,2.5),(1,3.5),(4,4),(-3,-1),(5,-1)
    } {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.1]
  \draw (-2,-1.5)--(-1,-2)--(-2,-2.5) (-2,1.5)--(-1,2)--(-2,2.5) (-7,-0.5)
    --(-6,0)--(6,0)--(7,-0.5) (-4,1)--(-4,-2)--(-3.5,-3) (-4,-2)--(-4.5,-3)
    (-6,0)--(-7,0.5) (-1,-2)--(2,-2) (-1,2)--(2,2) (0.5,-5)--(1,-4)--(1,4)
    --(0.5,5) (1,4)--(1.5,5) (1.5,-5)--(1,-4) (4,1)--(4,-2)--(3.5,-3) (4,-2)
    --(4.5,-3) (6,0)--(7,0.5);
  \fill foreach \p in {(1,0),(1,-1),(1,-2),(2,-2),(0,-2),(-1,-2),(-2,-1.5)
    ,(-2,-2.5),(1,-3),(1,-4),(0.5,-5),(1.5,-5),(-3,0),(-4,0),(-4,1),(-4,-1)
    ,(-4,-2),(-3.5,-3),(-4.5,-3),(-5,0),(-6,0),(-7,0.5),(-7,-0.5),(1,1),(1,2)
    ,(2,2),(0,2),(-1,2),(-2,1.5),(-2,2.5),(1,3),(1,4),(1.5,5),(0.5,5),(3,0)
    ,(4,0),(4,1),(4,-1),(4,-2),(3.5,-3),(4.5,-3),(5,0),(6,0),(7,-0.5),(7,0.5)
    } {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.1]
  \draw (-7,1)--(6,1)--(7,0.5) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2)
    (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2)
    (-6,-1)--(-6,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (1.5,-2)--(2,-1)
    --(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (6,1)
    --(7,1.5);
  \fill foreach \p in {(-7,1),(-6,1),(-6,2),(-6,0),(-6,-1),(-6.5,-2),(-5.5,-2)
    ,(-5,1),(-4,1),(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2),(-3,1),(-2,1)
    ,(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2),(0,0),(0,-1)
    ,(-0.5,-2),(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2),(2.5,-2),(3,1)
    ,(4,1),(4,2),(4,0),(4,-1),(3.5,-2),(4.5,-2),(5,1),(6,1),(7,0.5),(7,1.5)
    } {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.1]
  \draw (-4.5,0)--(4.5,0) (-1.5,1)--(-1.5,-2)--(-1,-3) (-1.5,-2)--(-2,-3)
    (-3.5,1)--(-3.5,-2)--(-3,-3) (-3.5,-2)--(-4,-3) (0.5,-1.5)--(1.5,-2)
    --(0.5,-2.5) (0.5,-3.5)--(1.5,-4)--(0.5,-4.5) (0.5,1.5)--(1.5,2)--(0.5,2.5)
    (0.5,3.5)--(1.5,4)--(0.5,4.5) (1.5,-2)--(4.5,-2) (4.5,-4)--(1.5,-4) (1.5,2)
    --(4.5,2) (1.5,4)--(4.5,4) (3.5,-5)--(3.5,5);
  \fill foreach \p in {(3.5,0),(3.5,-1),(3.5,-2),(4.5,-2),(2.5,-2),(1.5,-2)
    ,(0.5,-1.5),(0.5,-2.5),(3.5,-3),(3.5,-4),(4.5,-4),(2.5,-4),(1.5,-4)
    ,(0.5,-3.5),(0.5,-4.5),(3.5,-5),(-0.5,0),(-1.5,0),(-1.5,1),(-1.5,-1)
    ,(-1.5,-2),(-1,-3),(-2,-3),(-2.5,0),(-3.5,0),(-3.5,1),(-3.5,-1),(-3.5,-2)
    ,(-3,-3),(-4,-3),(-4.5,0),(3.5,1),(3.5,2),(4.5,2),(2.5,2),(1.5,2),(0.5,1.5)
    ,(0.5,2.5),(3.5,3),(3.5,4),(4.5,4),(2.5,4),(1.5,4),(0.5,3.5),(0.5,4.5)
    ,(3.5,5),(4.5,0)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.1]
  \draw (-8.5,-0.5)--(-7.5,-1)--(7.5,-1)--(8.5,-0.5) (-2,-4)--(-2.5,-3)
    --(-2.5,3)--(-2,4) (-2.5,-3)--(-3,-4) (-1.5,1)--(-4.5,1)--(-5.5,0.5)
    (-2.5,3)--(-3,4) (-4.5,1)--(-5.5,1.5) (-7.5,-1)--(-8.5,-1.5) (0.5,0.5)
    --(1.5,1)--(0.5,1.5) (1.5,1)--(4.5,1) (3,-4)--(3.5,-3)--(3.5,3)--(3,4)
    (3.5,3)--(4,4) (4,-4)--(3.5,-3) (5.5,0)--(5.5,-3)--(5,-4) (5.5,-3)--(6,-4)
    (7.5,-1)--(8.5,-1.5);
  \fill foreach \p in {(-2.5,-1),(-0.5,-1),(3.5,-1),(-2.5,-2),(-2.5,-3),(-3,-4)
    ,(-2,-4),(3.5,-2),(3.5,-3),(3,-4),(4,-4),(-6.5,-1),(-7.5,-1),(-8.5,-0.5)
    ,(-8.5,-1.5),(4.5,-1),(5.5,-1),(5.5,0),(5.5,-2),(5.5,-3),(5,-4),(6,-4)
    ,(6.5,-1),(7.5,-1),(8.5,-1.5),(8.5,-0.5),(-2.5,0),(-2.5,1),(-1.5,1)
    ,(-3.5,1),(-4.5,1),(-5.5,0.5),(-5.5,1.5),(-2.5,2),(-2.5,3),(-2,4),(-3,4)
    ,(3.5,0),(3.5,1),(4.5,1),(2.5,1),(1.5,1),(0.5,0.5),(0.5,1.5),(3.5,2)
    ,(3.5,3),(4,4),(3,4)} {\p circle (0.27)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=49 to 55
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.1]
  \draw (-7.5,1)--(6.5,1)--(7.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-3,-2)--(-3.5,-1)--(-4,-2) (-3.5,-1)--(-3.5,2) (-5,-2)
    --(-5.5,-1)--(-6,-2) (-5.5,-1)--(-5.5,2) (-7.5,0)--(-7.5,2) (0,-2)
    --(0.5,-1)--(1,-2) (0.5,-1)--(0.5,2) (2,-2)--(2.5,-1)--(3,-2) (2.5,-1)
    --(2.5,2) (4,-2)--(4.5,-1)--(5,-2) (4.5,-1)--(4.5,2) (6.5,1)--(7.5,1.5);
  \fill foreach \p in {(-7.5,1),(-7.5,2),(-7.5,0),(-6.5,1),(-5.5,1),(-5.5,2)
    ,(-5.5,0),(-5.5,-1),(-6,-2),(-5,-2),(-4.5,1),(-3.5,1),(-3.5,2),(-3.5,0)
    ,(-3.5,-1),(-4,-2),(-3,-2),(-2.5,1),(-1.5,1),(-1.5,2),(-1.5,0),(-1.5,-1)
    ,(-2,-2),(-1,-2),(-0.5,1),(0.5,1),(0.5,2),(0.5,0),(0.5,-1),(0,-2),(1,-2)
    ,(1.5,1),(2.5,1),(2.5,2),(2.5,0),(2.5,-1),(2,-2),(3,-2),(3.5,1),(4.5,1)
    ,(4.5,2),(4.5,0),(4.5,-1),(4,-2),(5,-2),(5.5,1),(6.5,1),(7.5,0.5),(7.5,1.5)
    } {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.1]
  \draw (-7,1)--(7,1) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)
    --(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)
    --(-6,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (1.5,-2)--(2,-1)
    --(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)
    --(6,-1)--(6.5,-2) (6,-1)--(6,2);
  \fill foreach \p in {(-7,1),(-6,1),(-6,2),(-6,0),(-6,-1),(-6.5,-2),(-5.5,-2)
    ,(-5,1),(-4,1),(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2),(-3,1),(-2,1)
    ,(-2,2),(-2,0),(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2),(0,0),(0,-1)
    ,(-0.5,-2),(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2),(2.5,-2),(3,1)
    ,(4,1),(4,2),(4,0),(4,-1),(3.5,-2),(4.5,-2),(5,1),(6,1),(6,2),(6,0),(6,-1)
    ,(5.5,-2),(6.5,-2),(7,1)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.1]
  \draw (-2,-4)--(-2,4) (-3,-1)--(5,-1) (-1,-3)--(-4,-3)--(-5,-2.5) (-1,1)
    --(-4,1)--(-5,0.5) (-1,3)--(-4,3)--(-5,2.5) (-4,-3)--(-5,-3.5) (-4,1)
    --(-5,1.5) (-4,3)--(-5,3.5) (1,-2.5)--(2,-3)--(1,-3.5) (1,0.5)--(2,1)
    --(1,1.5) (1,2.5)--(2,3)--(1,3.5) (2,-3)--(5,-3) (2,1)--(5,1) (2,3)--(5,3)
    (4,-4)--(4,4);
  \fill foreach \p in {(-2,-1),(0,-1),(4,-1),(-2,-2),(-2,-3),(-1,-3),(-3,-3)
    ,(-4,-3),(-5,-2.5),(-5,-3.5),(-2,-4),(4,-2),(4,-3),(5,-3),(3,-3),(2,-3)
    ,(1,-2.5),(1,-3.5),(4,-4),(-2,0),(-2,1),(-1,1),(-3,1),(-4,1),(-5,0.5)
    ,(-5,1.5),(-2,2),(-2,3),(-1,3),(-3,3),(-4,3),(-5,2.5),(-5,3.5),(-2,4),(4,0)
    ,(4,1),(5,1),(3,1),(2,1),(1,0.5),(1,1.5),(4,2),(4,3),(5,3),(3,3),(2,3)
    ,(1,2.5),(1,3.5),(4,4),(-3,-1),(5,-1)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.1]
  \draw (-0.5,-5)--(0,-4)--(0,4)--(-0.5,5) (1,-2)--(-2,-2)--(-3,-1.5) (1,2)
    --(-2,2)--(-3,1.5) (-2,-2)--(-3,-2.5) (-2,2)--(-3,2.5) (-8,-0.5)--(-7,0)
    --(7,0)--(8,-0.5) (-5,1)--(-5,-2)--(-4.5,-3) (-5,-2)--(-5.5,-3) (-7,0)
    --(-8,0.5) (0,4)--(0.5,5) (0.5,-5)--(0,-4) (3,1)--(3,-2)--(2.5,-3) (3,-2)
    --(3.5,-3) (5,1)--(5,-2)--(4.5,-3) (5,-2)--(5.5,-3) (7,0)--(8,0.5);
  \fill foreach \p in {(0,0),(0,-1),(0,-2),(1,-2),(-1,-2),(-2,-2),(-3,-1.5)
    ,(-3,-2.5),(0,-3),(0,-4),(-0.5,-5),(0.5,-5),(-4,0),(-5,0),(-5,1),(-5,-1)
    ,(-5,-2),(-4.5,-3),(-5.5,-3),(-6,0),(-7,0),(-8,0.5),(-8,-0.5),(0,1),(0,2)
    ,(1,2),(-1,2),(-2,2),(-3,1.5),(-3,2.5),(0,3),(0,4),(0.5,5),(-0.5,5),(2,0)
    ,(3,0),(3,1),(3,-1),(3,-2),(2.5,-3),(3.5,-3),(4,0),(5,0),(5,1),(5,-1)
    ,(5,-2),(4.5,-3),(5.5,-3),(6,0),(7,0),(8,-0.5),(8,0.5)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.1]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-8,1)--(7,1)--(8,0.5)
    (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2)
    (-5,-1)--(-5,2) (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (0.5,-2)
    --(1,-1)--(1.5,-2) (1,-1)--(1,2) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2)
    (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2) (7,1)--(8,1.5);
  \fill foreach \p in {(-8,1),(-7,1),(-7,2),(-7,0),(-7,-1),(-7.5,-2),(-6.5,-2)
    ,(-6,1),(-5,1),(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2),(-4,1),(-3,1)
    ,(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1),(-1,2),(-1,0)
    ,(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1),(0.5,-2)
    ,(1.5,-2),(2,1),(3,1),(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1),(5,1)
    ,(5,2),(5,0),(5,-1),(4.5,-2),(5.5,-2),(6,1),(7,1),(8,0.5),(8,1.5)
    } {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.1]
  \draw (-4.5,-1)--(4.5,-1) (-1.5,0)--(-1.5,-3)--(-1,-4) (-1.5,-3)--(-2,-4)
    (-3.5,0)--(-3.5,-3)--(-3,-4) (-3.5,-3)--(-4,-4) (0.5,-2.5)--(1.5,-3)
    --(0.5,-3.5) (0.5,-4.5)--(1.5,-5)--(0.5,-5.5) (0.5,0.5)--(1.5,1)--(0.5,1.5)
    (0.5,2.5)--(1.5,3)--(0.5,3.5) (0.5,4.5)--(1.5,5)--(0.5,5.5) (1.5,-3)
    --(4.5,-3) (4.5,-5)--(1.5,-5) (1.5,1)--(4.5,1) (1.5,3)--(4.5,3) (1.5,5)
    --(4.5,5) (3.5,-6)--(3.5,6);
  \fill foreach \p in {(3.5,-1),(3.5,-2),(3.5,-3),(4.5,-3),(2.5,-3),(1.5,-3)
    ,(0.5,-2.5),(0.5,-3.5),(3.5,-4),(3.5,-5),(4.5,-5),(2.5,-5),(1.5,-5)
    ,(0.5,-4.5),(0.5,-5.5),(3.5,-6),(-0.5,-1),(-1.5,-1),(-1.5,0),(-1.5,-2)
    ,(-1.5,-3),(-1,-4),(-2,-4),(-2.5,-1),(-3.5,-1),(-3.5,0),(-3.5,-2),(-3.5,-3)
    ,(-3,-4),(-4,-4),(-4.5,-1),(3.5,0),(3.5,1),(4.5,1),(2.5,1),(1.5,1)
    ,(0.5,0.5),(0.5,1.5),(3.5,2),(3.5,3),(4.5,3),(2.5,3),(1.5,3),(0.5,2.5)
    ,(0.5,3.5),(3.5,4),(3.5,5),(4.5,5),(2.5,5),(1.5,5),(0.5,4.5),(0.5,5.5)
    ,(3.5,6),(4.5,-1)} {\p circle (0.27)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.1]
  \draw (-1,-4)--(-1.5,-3)--(-1.5,3)--(-1,4) (-9.5,-0.5)--(-8.5,-1)--(8.5,-1)
    --(9.5,-0.5) (-1.5,-3)--(-2,-4) (-0.5,1)--(-3.5,1)--(-4.5,0.5) (-1.5,3)
    --(-2,4) (-3.5,1)--(-4.5,1.5) (-6.5,0)--(-6.5,-3)--(-6,-4) (-6.5,-3)
    --(-7,-4) (-8.5,-1)--(-9.5,-1.5) (1.5,0.5)--(2.5,1)--(1.5,1.5) (2.5,1)
    --(5.5,1) (4,-4)--(4.5,-3)--(4.5,3)--(4,4) (4.5,3)--(5,4) (5,-4)--(4.5,-3)
    (6.5,0)--(6.5,-3)--(6,-4) (6.5,-3)--(7,-4) (8.5,-1)--(9.5,-1.5);
  \fill foreach \p in {(-1.5,-1),(0.5,-1),(4.5,-1),(-1.5,-2),(-1.5,-3),(-2,-4)
    ,(-1,-4),(4.5,-2),(4.5,-3),(4,-4),(5,-4),(-5.5,-1),(-6.5,-1),(-6.5,0)
    ,(-6.5,-2),(-6.5,-3),(-6,-4),(-7,-4),(-7.5,-1),(-8.5,-1),(-9.5,-0.5)
    ,(-9.5,-1.5),(5.5,-1),(6.5,-1),(6.5,0),(6.5,-2),(6.5,-3),(6,-4),(7,-4)
    ,(7.5,-1),(8.5,-1),(9.5,-1.5),(9.5,-0.5),(-1.5,0),(-1.5,1),(-0.5,1)
    ,(-2.5,1),(-3.5,1),(-4.5,0.5),(-4.5,1.5),(-1.5,2),(-1.5,3),(-1,4),(-2,4)
    ,(4.5,0),(4.5,1),(5.5,1),(3.5,1),(2.5,1),(1.5,0.5),(1.5,1.5),(4.5,2)
    ,(4.5,3),(5,4),(4,4)} {\p circle (0.27)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=56 to 62
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.09]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-8.5,1)--(7.5,1)
    --(8.5,0.5) (-2,-2)--(-2.5,-1)--(-3,-2) (-2.5,-1)--(-2.5,2) (-4,-2)
    --(-4.5,-1)--(-5,-2) (-4.5,-1)--(-4.5,2) (-6,-2)--(-6.5,-1)--(-7,-2)
    (-6.5,-1)--(-6.5,2) (-8.5,0)--(-8.5,2) (1,-2)--(1.5,-1)--(2,-2) (1.5,-1)
    --(1.5,2) (3,-2)--(3.5,-1)--(4,-2) (3.5,-1)--(3.5,2) (5,-2)--(5.5,-1)
    --(6,-2) (5.5,-1)--(5.5,2) (7.5,1)--(8.5,1.5);
  \fill foreach \p in {(-8.5,1),(-8.5,2),(-8.5,0),(-7.5,1),(-6.5,1),(-6.5,2)
    ,(-6.5,0),(-6.5,-1),(-7,-2),(-6,-2),(-5.5,1),(-4.5,1),(-4.5,2),(-4.5,0)
    ,(-4.5,-1),(-5,-2),(-4,-2),(-3.5,1),(-2.5,1),(-2.5,2),(-2.5,0),(-2.5,-1)
    ,(-3,-2),(-2,-2),(-1.5,1),(-0.5,1),(-0.5,2),(-0.5,0),(-0.5,-1),(-1,-2)
    ,(0,-2),(0.5,1),(1.5,1),(1.5,2),(1.5,0),(1.5,-1),(1,-2),(2,-2),(2.5,1)
    ,(3.5,1),(3.5,2),(3.5,0),(3.5,-1),(3,-2),(4,-2),(4.5,1),(5.5,1),(5.5,2)
    ,(5.5,0),(5.5,-1),(5,-2),(6,-2),(6.5,1),(7.5,1),(8.5,0.5),(8.5,1.5)
    } {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.09]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-8,1)--(8,1) (-2.5,-2)
    --(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)
    --(-5,2) (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (0.5,-2)--(1,-1)
    --(1.5,-2) (1,-1)--(1,2) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2) (4.5,-2)
    --(5,-1)--(5.5,-2) (5,-1)--(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)--(7,2);
  \fill foreach \p in {(-8,1),(-7,1),(-7,2),(-7,0),(-7,-1),(-7.5,-2),(-6.5,-2)
    ,(-6,1),(-5,1),(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2),(-4,1),(-3,1)
    ,(-3,2),(-3,0),(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1),(-1,2),(-1,0)
    ,(-1,-1),(-1.5,-2),(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1),(0.5,-2)
    ,(1.5,-2),(2,1),(3,1),(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1),(5,1)
    ,(5,2),(5,0),(5,-1),(4.5,-2),(5.5,-2),(6,1),(7,1),(7,2),(7,0),(7,-1)
    ,(6.5,-2),(7.5,-2),(8,1)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.09]
  \draw (-2,-3)--(-2,5) (-1,-2)--(-4,-2)--(-5,-1.5) (-3,0)--(5,0) (-1,2)
    --(-4,2)--(-5,1.5) (-1,4)--(-4,4)--(-5,3.5) (-4,-2)--(-5,-2.5) (-4,2)
    --(-5,2.5) (-4,4)--(-5,4.5) (1,-1.5)--(2,-2)--(1,-2.5) (1,-3.5)--(2,-4)
    --(1,-4.5) (1,1.5)--(2,2)--(1,2.5) (1,3.5)--(2,4)--(1,4.5) (2,-2)--(5,-2)
    (2,-4)--(5,-4) (2,2)--(5,2) (2,4)--(5,4) (4,-5)--(4,5);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(-2,-2),(-1,-2),(-3,-2)
    ,(-4,-2),(-5,-1.5),(-5,-2.5),(-2,-3),(4,-1),(4,-2),(5,-2),(3,-2),(2,-2)
    ,(1,-1.5),(1,-2.5),(4,-3),(4,-4),(5,-4),(3,-4),(2,-4),(1,-3.5),(1,-4.5)
    ,(4,-5),(-2,1),(-2,2),(-1,2),(-3,2),(-4,2),(-5,1.5),(-5,2.5),(-2,3),(-2,4)
    ,(-1,4),(-3,4),(-4,4),(-5,3.5),(-5,4.5),(-2,5),(4,1),(4,2),(5,2),(3,2)
    ,(2,2),(1,1.5),(1,2.5),(4,3),(4,4),(5,4),(3,4),(2,4),(1,3.5),(1,4.5),(4,5)
    ,(-3,0),(5,0)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.09]
  \draw (-0.5,-6)--(0,-5)--(0,5)--(-0.5,6) (1,-3)--(-2,-3)--(-3,-2.5) (1,1)
    --(-2,1)--(-3,0.5) (1,3)--(-2,3)--(-3,2.5) (-2,-3)--(-3,-3.5) (-2,1)
    --(-3,1.5) (-2,3)--(-3,3.5) (-8,-0.5)--(-7,-1)--(7,-1)--(8,-0.5) (-5,0)
    --(-5,-3)--(-4.5,-4) (-5,-3)--(-5.5,-4) (-7,-1)--(-8,-1.5) (0,5)--(0.5,6)
    (0.5,-6)--(0,-5) (3,0)--(3,-3)--(2.5,-4) (3,-3)--(3.5,-4) (5,0)--(5,-3)
    --(4.5,-4) (5,-3)--(5.5,-4) (7,-1)--(8,-1.5);
  \fill foreach \p in {(0,-1),(0,-2),(0,-3),(1,-3),(-1,-3),(-2,-3),(-3,-2.5)
    ,(-3,-3.5),(0,-4),(0,-5),(-0.5,-6),(0.5,-6),(-4,-1),(-5,-1),(-5,0),(-5,-2)
    ,(-5,-3),(-4.5,-4),(-5.5,-4),(-6,-1),(-7,-1),(-8,-0.5),(-8,-1.5),(0,0)
    ,(0,1),(1,1),(-1,1),(-2,1),(-3,0.5),(-3,1.5),(0,2),(0,3),(1,3),(-1,3)
    ,(-2,3),(-3,2.5),(-3,3.5),(0,4),(0,5),(0.5,6),(-0.5,6),(2,-1),(3,-1),(3,0)
    ,(3,-2),(3,-3),(2.5,-4),(3.5,-4),(4,-1),(5,-1),(5,0),(5,-2),(5,-3),(4.5,-4)
    ,(5.5,-4),(6,-1),(7,-1),(8,-1.5),(8,-0.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.09]
  \draw (-9,1)--(8,1)--(9,0.5) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2)
    (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2)
    (-6,-1)--(-6,2) (-7.5,-2)--(-8,-1)--(-8.5,-2) (-8,-1)--(-8,2) (-0.5,-2)
    --(0,-1)--(0.5,-2) (0,-1)--(0,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2)
    (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)
    --(6,2) (8,1)--(9,1.5);
  \fill foreach \p in {(-9,1),(-8,1),(-8,2),(-8,0),(-8,-1),(-8.5,-2),(-7.5,-2)
    ,(-7,1),(-6,1),(-6,2),(-6,0),(-6,-1),(-6.5,-2),(-5.5,-2),(-5,1),(-4,1)
    ,(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2),(-3,1),(-2,1),(-2,2),(-2,0)
    ,(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2)
    ,(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2),(2.5,-2),(3,1),(4,1)
    ,(4,2),(4,0),(4,-1),(3.5,-2),(4.5,-2),(5,1),(6,1),(6,2),(6,0),(6,-1)
    ,(5.5,-2),(6.5,-2),(7,1),(8,1),(9,0.5),(9,1.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.09]
  \draw (-0.5,0)--(-0.5,-3)--(-1,-4) (-5.5,-1)--(5.5,-1) (-0.5,-3)--(0,-4)
    (-2.5,0)--(-2.5,-3)--(-2,-4) (-2.5,-3)--(-3,-4) (-4.5,0)--(-4.5,-3)
    --(-4,-4) (-4.5,-3)--(-5,-4) (1.5,-2.5)--(2.5,-3)--(1.5,-3.5) (1.5,-4.5)
    --(2.5,-5)--(1.5,-5.5) (1.5,0.5)--(2.5,1)--(1.5,1.5) (1.5,2.5)--(2.5,3)
    --(1.5,3.5) (1.5,4.5)--(2.5,5)--(1.5,5.5) (2.5,-3)--(5.5,-3) (5.5,-5)
    --(2.5,-5) (2.5,1)--(5.5,1) (2.5,3)--(5.5,3) (2.5,5)--(5.5,5) (4.5,-6)
    --(4.5,6);
  \fill foreach \p in {(4.5,-1),(4.5,-2),(4.5,-3),(5.5,-3),(3.5,-3),(2.5,-3)
    ,(1.5,-2.5),(1.5,-3.5),(4.5,-4),(4.5,-5),(5.5,-5),(3.5,-5),(2.5,-5)
    ,(1.5,-4.5),(1.5,-5.5),(4.5,-6),(0.5,-1),(-0.5,-1),(-0.5,0),(-0.5,-2)
    ,(-0.5,-3),(0,-4),(-1,-4),(-1.5,-1),(-2.5,-1),(-2.5,0),(-2.5,-2),(-2.5,-3)
    ,(-2,-4),(-3,-4),(-3.5,-1),(-4.5,-1),(-4.5,0),(-4.5,-2),(-4.5,-3),(-4,-4)
    ,(-5,-4),(-5.5,-1),(4.5,0),(4.5,1),(5.5,1),(3.5,1),(2.5,1),(1.5,0.5)
    ,(1.5,1.5),(4.5,2),(4.5,3),(5.5,3),(3.5,3),(2.5,3),(1.5,2.5),(1.5,3.5)
    ,(4.5,4),(4.5,5),(5.5,5),(3.5,5),(2.5,5),(1.5,4.5),(1.5,5.5),(4.5,6)
    ,(5.5,-1)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.09]
  \draw (-1.5,-3)--(-2,-2)--(-2,4)--(-1.5,5) (-2,-2)--(-2.5,-3) (-10,-0.5)
    --(-9,0)--(9,0)--(10,-0.5) (-1,2)--(-4,2)--(-5,1.5) (-2,4)--(-2.5,5) (-4,2)
    --(-5,2.5) (-7,1)--(-7,-2)--(-6.5,-3) (-7,-2)--(-7.5,-3) (-9,0)--(-10,0.5)
    (1,-1.5)--(2,-2)--(1,-2.5) (1,1.5)--(2,2)--(1,2.5) (2,-2)--(5,-2) (2,2)
    --(5,2) (3.5,-5)--(4,-4)--(4,4)--(3.5,5) (4,-4)--(4.5,-5) (4,4)--(4.5,5)
    (7,1)--(7,-2)--(6.5,-3) (7,-2)--(7.5,-3) (9,0)--(10,0.5);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(-2,-2),(-2.5,-3),(-1.5,-3)
    ,(4,-1),(4,-2),(5,-2),(3,-2),(2,-2),(1,-1.5),(1,-2.5),(4,-3),(4,-4)
    ,(3.5,-5),(4.5,-5),(-6,0),(-7,0),(-7,1),(-7,-1),(-7,-2),(-6.5,-3),(-7.5,-3)
    ,(-8,0),(-9,0),(-10,0.5),(-10,-0.5),(6,0),(7,0),(7,1),(7,-1),(7,-2)
    ,(6.5,-3),(7.5,-3),(8,0),(9,0),(10,-0.5),(10,0.5),(-2,1),(-2,2),(-1,2)
    ,(-3,2),(-4,2),(-5,1.5),(-5,2.5),(-2,3),(-2,4),(-1.5,5),(-2.5,5),(4,1)
    ,(4,2),(5,2),(3,2),(2,2),(1,1.5),(1,2.5),(4,3),(4,4),(4.5,5),(3.5,5)
    } {\p circle (0.29)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=63 to 69
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.09]
  \draw (-9.5,1)--(8.5,1)--(9.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-3,-2)--(-3.5,-1)--(-4,-2) (-3.5,-1)--(-3.5,2) (-5,-2)
    --(-5.5,-1)--(-6,-2) (-5.5,-1)--(-5.5,2) (-7,-2)--(-7.5,-1)--(-8,-2)
    (-7.5,-1)--(-7.5,2) (-9.5,0)--(-9.5,2) (0,-2)--(0.5,-1)--(1,-2) (0.5,-1)
    --(0.5,2) (2,-2)--(2.5,-1)--(3,-2) (2.5,-1)--(2.5,2) (4,-2)--(4.5,-1)
    --(5,-2) (4.5,-1)--(4.5,2) (6,-2)--(6.5,-1)--(7,-2) (6.5,-1)--(6.5,2)
    (8.5,1)--(9.5,1.5);
  \fill foreach \p in {(-9.5,1),(-9.5,2),(-9.5,0),(-8.5,1),(-7.5,1),(-7.5,2)
    ,(-7.5,0),(-7.5,-1),(-8,-2),(-7,-2),(-6.5,1),(-5.5,1),(-5.5,2),(-5.5,0)
    ,(-5.5,-1),(-6,-2),(-5,-2),(-4.5,1),(-3.5,1),(-3.5,2),(-3.5,0),(-3.5,-1)
    ,(-4,-2),(-3,-2),(-2.5,1),(-1.5,1),(-1.5,2),(-1.5,0),(-1.5,-1),(-2,-2)
    ,(-1,-2),(-0.5,1),(0.5,1),(0.5,2),(0.5,0),(0.5,-1),(0,-2),(1,-2),(1.5,1)
    ,(2.5,1),(2.5,2),(2.5,0),(2.5,-1),(2,-2),(3,-2),(3.5,1),(4.5,1),(4.5,2)
    ,(4.5,0),(4.5,-1),(4,-2),(5,-2),(5.5,1),(6.5,1),(6.5,2),(6.5,0),(6.5,-1)
    ,(6,-2),(7,-2),(7.5,1),(8.5,1),(9.5,0.5),(9.5,1.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.09]
  \draw (-9,1)--(9,1) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)
    --(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)
    --(-6,2) (-7.5,-2)--(-8,-1)--(-8.5,-2) (-8,-1)--(-8,2) (-0.5,-2)--(0,-1)
    --(0.5,-2) (0,-1)--(0,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2) (3.5,-2)
    --(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)--(6,2)
    (7.5,-2)--(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \fill foreach \p in {(-9,1),(-8,1),(-8,2),(-8,0),(-8,-1),(-8.5,-2),(-7.5,-2)
    ,(-7,1),(-6,1),(-6,2),(-6,0),(-6,-1),(-6.5,-2),(-5.5,-2),(-5,1),(-4,1)
    ,(-4,2),(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2),(-3,1),(-2,1),(-2,2),(-2,0)
    ,(-2,-1),(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2)
    ,(0.5,-2),(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2),(2.5,-2),(3,1),(4,1)
    ,(4,2),(4,0),(4,-1),(3.5,-2),(4.5,-2),(5,1),(6,1),(6,2),(6,0),(6,-1)
    ,(5.5,-2),(6.5,-2),(7,1),(8,1),(8,2),(8,0),(8,-1),(7.5,-2),(8.5,-2),(9,1)
    } {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.09]
  \draw (-2,-5)--(-2,5) (-1,-2)--(-4,-2)--(-5,-1.5) (-1,-4)--(-4,-4)--(-5,-3.5)
    (-3,0)--(5,0) (-1,2)--(-4,2)--(-5,1.5) (-1,4)--(-4,4)--(-5,3.5) (-4,-2)
    --(-5,-2.5) (-4,-4)--(-5,-4.5) (-4,2)--(-5,2.5) (-4,4)--(-5,4.5) (1,-1.5)
    --(2,-2)--(1,-2.5) (1,-3.5)--(2,-4)--(1,-4.5) (1,1.5)--(2,2)--(1,2.5)
    (1,3.5)--(2,4)--(1,4.5) (2,-2)--(5,-2) (2,-4)--(5,-4) (2,2)--(5,2) (2,4)
    --(5,4) (4,-5)--(4,5);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(-2,-2),(-1,-2),(-3,-2)
    ,(-4,-2),(-5,-1.5),(-5,-2.5),(-2,-3),(-2,-4),(-1,-4),(-3,-4),(-4,-4)
    ,(-5,-3.5),(-5,-4.5),(-2,-5),(4,-1),(4,-2),(5,-2),(3,-2),(2,-2),(1,-1.5)
    ,(1,-2.5),(4,-3),(4,-4),(5,-4),(3,-4),(2,-4),(1,-3.5),(1,-4.5),(4,-5)
    ,(-2,1),(-2,2),(-1,2),(-3,2),(-4,2),(-5,1.5),(-5,2.5),(-2,3),(-2,4),(-1,4)
    ,(-3,4),(-4,4),(-5,3.5),(-5,4.5),(-2,5),(4,1),(4,2),(5,2),(3,2),(2,2)
    ,(1,1.5),(1,2.5),(4,3),(4,4),(5,4),(3,4),(2,4),(1,3.5),(1,4.5),(4,5),(-3,0)
    ,(5,0)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.09]
  \draw (-2,-2.5)--(-1,-3)--(-2,-3.5) (-2,0.5)--(-1,1)--(-2,1.5) (-2,2.5)
    --(-1,3)--(-2,3.5) (-9,-0.5)--(-8,-1)--(8,-1)--(9,-0.5) (-4,0)--(-4,-3)
    --(-3.5,-4) (-4,-3)--(-4.5,-4) (-6,0)--(-6,-3)--(-5.5,-4) (-6,-3)
    --(-6.5,-4) (-8,-1)--(-9,-1.5) (-1,-3)--(2,-3) (-1,1)--(2,1) (-1,3)--(2,3)
    (0.5,-6)--(1,-5)--(1,5)--(0.5,6) (1,5)--(1.5,6) (1.5,-6)--(1,-5) (4,0)
    --(4,-3)--(3.5,-4) (4,-3)--(4.5,-4) (6,0)--(6,-3)--(5.5,-4) (6,-3)
    --(6.5,-4) (8,-1)--(9,-1.5);
  \fill foreach \p in {(1,-1),(1,-2),(1,-3),(2,-3),(0,-3),(-1,-3),(-2,-2.5)
    ,(-2,-3.5),(1,-4),(1,-5),(0.5,-6),(1.5,-6),(-3,-1),(-4,-1),(-4,0),(-4,-2)
    ,(-4,-3),(-3.5,-4),(-4.5,-4),(-5,-1),(-6,-1),(-6,0),(-6,-2),(-6,-3)
    ,(-5.5,-4),(-6.5,-4),(-7,-1),(-8,-1),(-9,-0.5),(-9,-1.5),(1,0),(1,1),(2,1)
    ,(0,1),(-1,1),(-2,0.5),(-2,1.5),(1,2),(1,3),(2,3),(0,3),(-1,3),(-2,2.5)
    ,(-2,3.5),(1,4),(1,5),(1.5,6),(0.5,6),(3,-1),(4,-1),(4,0),(4,-2),(4,-3)
    ,(3.5,-4),(4.5,-4),(5,-1),(6,-1),(6,0),(6,-2),(6,-3),(5.5,-4),(6.5,-4)
    ,(7,-1),(8,-1),(9,-1.5),(9,-0.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.09]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-10,1)--(9,1)--(10,0.5)
    (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2)
    (-5,-1)--(-5,2) (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)
    --(-9,-1)--(-9.5,-2) (-9,-1)--(-9,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)
    --(1,2) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2)
    (5,-1)--(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)--(7,2) (9,1)--(10,1.5);
  \fill foreach \p in {(-10,1),(-9,1),(-9,2),(-9,0),(-9,-1),(-9.5,-2),(-8.5,-2)
    ,(-8,1),(-7,1),(-7,2),(-7,0),(-7,-1),(-7.5,-2),(-6.5,-2),(-6,1),(-5,1)
    ,(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2),(-4,1),(-3,1),(-3,2),(-3,0)
    ,(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2)
    ,(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1),(0.5,-2),(1.5,-2),(2,1),(3,1)
    ,(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1),(5,1),(5,2),(5,0),(5,-1)
    ,(4.5,-2),(5.5,-2),(6,1),(7,1),(7,2),(7,0),(7,-1),(6.5,-2),(7.5,-2),(8,1)
    ,(9,1),(10,0.5),(10,1.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.09]
  \draw (-0.5,1)--(-0.5,-2)--(-1,-3) (-0.5,-2)--(0,-3) (-5.5,0)--(5.5,0)
    (-2.5,1)--(-2.5,-2)--(-2,-3) (-2.5,-2)--(-3,-3) (-4.5,1)--(-4.5,-2)
    --(-4,-3) (-4.5,-2)--(-5,-3) (1.5,-1.5)--(2.5,-2)--(1.5,-2.5) (1.5,-3.5)
    --(2.5,-4)--(1.5,-4.5) (1.5,-5.5)--(2.5,-6)--(1.5,-6.5) (1.5,1.5)--(2.5,2)
    --(1.5,2.5) (1.5,3.5)--(2.5,4)--(1.5,4.5) (1.5,5.5)--(2.5,6)--(1.5,6.5)
    (2.5,-2)--(5.5,-2) (5.5,-4)--(2.5,-4) (2.5,-6)--(5.5,-6) (2.5,2)--(5.5,2)
    (2.5,4)--(5.5,4) (2.5,6)--(5.5,6) (4.5,-7)--(4.5,7);
  \fill foreach \p in {(4.5,0),(4.5,-1),(4.5,-2),(5.5,-2),(3.5,-2),(2.5,-2)
    ,(1.5,-1.5),(1.5,-2.5),(4.5,-3),(4.5,-4),(5.5,-4),(3.5,-4),(2.5,-4)
    ,(1.5,-3.5),(1.5,-4.5),(4.5,-5),(4.5,-6),(5.5,-6),(3.5,-6),(2.5,-6)
    ,(1.5,-5.5),(1.5,-6.5),(4.5,-7),(0.5,0),(-0.5,0),(-0.5,1),(-0.5,-1)
    ,(-0.5,-2),(0,-3),(-1,-3),(-1.5,0),(-2.5,0),(-2.5,1),(-2.5,-1),(-2.5,-2)
    ,(-2,-3),(-3,-3),(-3.5,0),(-4.5,0),(-4.5,1),(-4.5,-1),(-4.5,-2),(-4,-3)
    ,(-5,-3),(-5.5,0),(4.5,1),(4.5,2),(5.5,2),(3.5,2),(2.5,2),(1.5,1.5)
    ,(1.5,2.5),(4.5,3),(4.5,4),(5.5,4),(3.5,4),(2.5,4),(1.5,3.5),(1.5,4.5)
    ,(4.5,5),(4.5,6),(5.5,6),(3.5,6),(2.5,6),(1.5,5.5),(1.5,6.5),(4.5,7)
    ,(5.5,0)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.09]
  \draw (-1.5,-5)--(-2,-4)--(-2,4)--(-1.5,5) (-1,-2)--(-4,-2)--(-5,-1.5)
    (-2,-4)--(-2.5,-5) (-10,-0.5)--(-9,0)--(9,0)--(10,-0.5) (-1,2)--(-4,2)
    --(-5,1.5) (-2,4)--(-2.5,5) (-4,-2)--(-5,-2.5) (-4,2)--(-5,2.5) (-7,1)
    --(-7,-2)--(-6.5,-3) (-7,-2)--(-7.5,-3) (-9,0)--(-10,0.5) (1,-1.5)--(2,-2)
    --(1,-2.5) (1,1.5)--(2,2)--(1,2.5) (2,-2)--(5,-2) (2,2)--(5,2) (3.5,-5)
    --(4,-4)--(4,4)--(3.5,5) (4,-4)--(4.5,-5) (4,4)--(4.5,5) (7,1)--(7,-2)
    --(6.5,-3) (7,-2)--(7.5,-3) (9,0)--(10,0.5);
  \fill foreach \p in {(-2,0),(0,0),(4,0),(-2,-1),(-2,-2),(-1,-2),(-3,-2)
    ,(-4,-2),(-5,-1.5),(-5,-2.5),(-2,-3),(-2,-4),(-2.5,-5),(-1.5,-5),(4,-1)
    ,(4,-2),(5,-2),(3,-2),(2,-2),(1,-1.5),(1,-2.5),(4,-3),(4,-4),(3.5,-5)
    ,(4.5,-5),(-6,0),(-7,0),(-7,1),(-7,-1),(-7,-2),(-6.5,-3),(-7.5,-3),(-8,0)
    ,(-9,0),(-10,0.5),(-10,-0.5),(6,0),(7,0),(7,1),(7,-1),(7,-2),(6.5,-3)
    ,(7.5,-3),(8,0),(9,0),(10,-0.5),(10,0.5),(-2,1),(-2,2),(-1,2),(-3,2),(-4,2)
    ,(-5,1.5),(-5,2.5),(-2,3),(-2,4),(-1.5,5),(-2.5,5),(4,1),(4,2),(5,2),(3,2)
    ,(2,2),(1,1.5),(1,2.5),(4,3),(4,4),(4.5,5),(3.5,5)} {\p circle (0.29)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=70 to 76
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.09]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-10.5,1)--(9.5,1)
    --(10.5,0.5) (-10.5,0)--(-10.5,2) (-2,-2)--(-2.5,-1)--(-3,-2) (-2.5,-1)
    --(-2.5,2) (-4,-2)--(-4.5,-1)--(-5,-2) (-4.5,-1)--(-4.5,2) (-6,-2)
    --(-6.5,-1)--(-7,-2) (-6.5,-1)--(-6.5,2) (-8,-2)--(-8.5,-1)--(-9,-2)
    (-8.5,-1)--(-8.5,2) (1,-2)--(1.5,-1)--(2,-2) (1.5,-1)--(1.5,2) (3,-2)
    --(3.5,-1)--(4,-2) (3.5,-1)--(3.5,2) (5,-2)--(5.5,-1)--(6,-2) (5.5,-1)
    --(5.5,2) (7,-2)--(7.5,-1)--(8,-2) (7.5,-1)--(7.5,2) (9.5,1)--(10.5,1.5);
  \fill foreach \p in {(-10.5,1),(-10.5,2),(-10.5,0),(-9.5,1),(-8.5,1),(-8.5,2)
    ,(-8.5,0),(-8.5,-1),(-9,-2),(-8,-2),(-7.5,1),(-6.5,1),(-6.5,2),(-6.5,0)
    ,(-6.5,-1),(-7,-2),(-6,-2),(-5.5,1),(-4.5,1),(-4.5,2),(-4.5,0),(-4.5,-1)
    ,(-5,-2),(-4,-2),(-3.5,1),(-2.5,1),(-2.5,2),(-2.5,0),(-2.5,-1),(-3,-2)
    ,(-2,-2),(-1.5,1),(-0.5,1),(-0.5,2),(-0.5,0),(-0.5,-1),(-1,-2),(0,-2)
    ,(0.5,1),(1.5,1),(1.5,2),(1.5,0),(1.5,-1),(1,-2),(2,-2),(2.5,1),(3.5,1)
    ,(3.5,2),(3.5,0),(3.5,-1),(3,-2),(4,-2),(4.5,1),(5.5,1),(5.5,2),(5.5,0)
    ,(5.5,-1),(5,-2),(6,-2),(6.5,1),(7.5,1),(7.5,2),(7.5,0),(7.5,-1),(7,-2)
    ,(8,-2),(8.5,1),(9.5,1),(10.5,0.5),(10.5,1.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.09]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-10,1)--(10,1) (-2.5,-2)
    --(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)
    --(-5,2) (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)--(-9,-1)
    --(-9.5,-2) (-9,-1)--(-9,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2)
    (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)
    --(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)--(7,2) (8.5,-2)--(9,-1)--(9.5,-2)
    (9,-1)--(9,2);
  \fill foreach \p in {(-10,1),(-9,1),(-9,2),(-9,0),(-9,-1),(-9.5,-2),(-8.5,-2)
    ,(-8,1),(-7,1),(-7,2),(-7,0),(-7,-1),(-7.5,-2),(-6.5,-2),(-6,1),(-5,1)
    ,(-5,2),(-5,0),(-5,-1),(-5.5,-2),(-4.5,-2),(-4,1),(-3,1),(-3,2),(-3,0)
    ,(-3,-1),(-3.5,-2),(-2.5,-2),(-2,1),(-1,1),(-1,2),(-1,0),(-1,-1),(-1.5,-2)
    ,(-0.5,-2),(0,1),(1,1),(1,2),(1,0),(1,-1),(0.5,-2),(1.5,-2),(2,1),(3,1)
    ,(3,2),(3,0),(3,-1),(2.5,-2),(3.5,-2),(4,1),(5,1),(5,2),(5,0),(5,-1)
    ,(4.5,-2),(5.5,-2),(6,1),(7,1),(7,2),(7,0),(7,-1),(6.5,-2),(7.5,-2),(8,1)
    ,(9,1),(9,2),(9,0),(9,-1),(8.5,-2),(9.5,-2),(10,1)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.09]
  \draw (6,0)--(-4,0) (-3,-5)--(-3,5) (-2,-2)--(-5,-2)--(-6,-1.5) (-2,-4)
    --(-5,-4)--(-6,-3.5) (-2,2)--(-5,2)--(-6,1.5) (-2,4)--(-5,4)--(-6,3.5)
    (-5,-2)--(-6,-2.5) (-5,-4)--(-6,-4.5) (-5,2)--(-6,2.5) (-5,4)--(-6,4.5)
    (0,1)--(0,-2)--(-0.5,-3) (0,-2)--(0.5,-3) (2,-1.5)--(3,-2)--(2,-2.5)
    (2,-3.5)--(3,-4)--(2,-4.5) (2,1.5)--(3,2)--(2,2.5) (2,3.5)--(3,4)--(2,4.5)
    (3,-2)--(6,-2) (3,-4)--(6,-4) (3,2)--(6,2) (3,4)--(6,4) (5,-5)--(5,5);
  \fill foreach \p in {(-3,0),(-1,0),(0,0),(0,1),(0,-1),(0,-2),(-0.5,-3)
    ,(0.5,-3),(1,0),(5,0),(-3,-1),(-3,-2),(-2,-2),(-4,-2),(-5,-2),(-6,-1.5)
    ,(-6,-2.5),(-3,-3),(-3,-4),(-2,-4),(-4,-4),(-5,-4),(-6,-3.5),(-6,-4.5)
    ,(-3,-5),(5,-1),(5,-2),(6,-2),(4,-2),(3,-2),(2,-1.5),(2,-2.5),(5,-3),(5,-4)
    ,(6,-4),(4,-4),(3,-4),(2,-3.5),(2,-4.5),(5,-5),(-3,1),(-3,2),(-2,2),(-4,2)
    ,(-5,2),(-6,1.5),(-6,2.5),(-3,3),(-3,4),(-2,4),(-4,4),(-5,4),(-6,3.5)
    ,(-6,4.5),(-3,5),(5,1),(5,2),(6,2),(4,2),(3,2),(2,1.5),(2,2.5),(5,3),(5,4)
    ,(6,4),(4,4),(3,4),(2,3.5),(2,4.5),(5,5),(-4,0),(6,0)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.09]
  \draw (-2,-1.5)--(-1,-2)--(-2,-2.5) (-2,-3.5)--(-1,-4)--(-2,-4.5) (-2,1.5)
    --(-1,2)--(-2,2.5) (-2,3.5)--(-1,4)--(-2,4.5) (-9,-0.5)--(-8,0)--(8,0)
    --(9,-0.5) (-4,1)--(-4,-2)--(-3.5,-3) (-4,-2)--(-4.5,-3) (-6,1)--(-6,-2)
    --(-5.5,-3) (-6,-2)--(-6.5,-3) (-8,0)--(-9,0.5) (-1,-2)--(2,-2) (2,-4)
    --(-1,-4) (-1,2)--(2,2) (-1,4)--(2,4) (0.5,-7)--(1,-6)--(1,6)--(0.5,7)
    (1,-6)--(1.5,-7) (1,6)--(1.5,7) (4,1)--(4,-2)--(3.5,-3) (4,-2)--(4.5,-3)
    (6,1)--(6,-2)--(5.5,-3) (6,-2)--(6.5,-3) (8,0)--(9,0.5);
  \fill foreach \p in {(1,0),(1,-1),(1,-2),(2,-2),(0,-2),(-1,-2),(-2,-1.5)
    ,(-2,-2.5),(1,-3),(1,-4),(2,-4),(0,-4),(-1,-4),(-2,-3.5),(-2,-4.5),(1,-5)
    ,(1,-6),(0.5,-7),(1.5,-7),(-3,0),(-4,0),(-4,1),(-4,-1),(-4,-2),(-3.5,-3)
    ,(-4.5,-3),(-5,0),(-6,0),(-6,1),(-6,-1),(-6,-2),(-5.5,-3),(-6.5,-3),(-7,0)
    ,(-8,0),(-9,0.5),(-9,-0.5),(1,1),(1,2),(2,2),(0,2),(-1,2),(-2,1.5),(-2,2.5)
    ,(1,3),(1,4),(2,4),(0,4),(-1,4),(-2,3.5),(-2,4.5),(1,5),(1,6),(1.5,7)
    ,(0.5,7),(3,0),(4,0),(4,1),(4,-1),(4,-2),(3.5,-3),(4.5,-3),(5,0),(6,0)
    ,(6,1),(6,-1),(6,-2),(5.5,-3),(6.5,-3),(7,0),(8,0),(9,-0.5),(9,0.5)
    } {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.09]
  \draw (-11,1)--(10,1)--(11,0.5) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)
    --(-10,2) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)--(-4,-1)
    --(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)--(-6,2)
    (-7.5,-2)--(-8,-1)--(-8.5,-2) (-8,-1)--(-8,2) (-0.5,-2)--(0,-1)--(0.5,-2)
    (0,-1)--(0,2) (10,1)--(11,1.5) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2)
    (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)
    --(6,2) (7.5,-2)--(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \fill foreach \p in {(-11,1),(-10,1),(-10,2),(-10,0),(-10,-1),(-10.5,-2)
    ,(-9.5,-2),(-9,1),(-8,1),(-8,2),(-8,0),(-8,-1),(-8.5,-2),(-7.5,-2),(-7,1)
    ,(-6,1),(-6,2),(-6,0),(-6,-1),(-6.5,-2),(-5.5,-2),(-5,1),(-4,1),(-4,2)
    ,(-4,0),(-4,-1),(-4.5,-2),(-3.5,-2),(-3,1),(-2,1),(-2,2),(-2,0),(-2,-1)
    ,(-2.5,-2),(-1.5,-2),(-1,1),(0,1),(0,2),(0,0),(0,-1),(-0.5,-2),(0.5,-2)
    ,(1,1),(2,1),(2,2),(2,0),(2,-1),(1.5,-2),(2.5,-2),(3,1),(4,1),(4,2),(4,0)
    ,(4,-1),(3.5,-2),(4.5,-2),(5,1),(6,1),(6,2),(6,0),(6,-1),(5.5,-2),(6.5,-2)
    ,(7,1),(8,1),(8,2),(8,0),(8,-1),(7.5,-2),(8.5,-2),(9,1),(10,1),(11,0.5)
    ,(11,1.5)} {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.09]
  \draw (-0.5,0)--(-0.5,-3)--(-1,-4) (-5.5,-1)--(5.5,-1) (-0.5,-3)--(0,-4)
    (-2.5,0)--(-2.5,-3)--(-2,-4) (-2.5,-3)--(-3,-4) (-4.5,0)--(-4.5,-3)
    --(-4,-4) (-4.5,-3)--(-5,-4) (1.5,-2.5)--(2.5,-3)--(1.5,-3.5) (1.5,-4.5)
    --(2.5,-5)--(1.5,-5.5) (1.5,-6.5)--(2.5,-7)--(1.5,-7.5) (1.5,0.5)--(2.5,1)
    --(1.5,1.5) (1.5,2.5)--(2.5,3)--(1.5,3.5) (1.5,4.5)--(2.5,5)--(1.5,5.5)
    (1.5,6.5)--(2.5,7)--(1.5,7.5) (2.5,-3)--(5.5,-3) (5.5,-5)--(2.5,-5)
    (2.5,-7)--(5.5,-7) (2.5,1)--(5.5,1) (2.5,3)--(5.5,3) (2.5,5)--(5.5,5)
    (2.5,7)--(5.5,7) (4.5,-8)--(4.5,8);
  \fill foreach \p in {(4.5,-1),(4.5,-2),(4.5,-3),(5.5,-3),(3.5,-3),(2.5,-3)
    ,(1.5,-2.5),(1.5,-3.5),(4.5,-4),(4.5,-5),(5.5,-5),(3.5,-5),(2.5,-5)
    ,(1.5,-4.5),(1.5,-5.5),(4.5,-6),(4.5,-7),(5.5,-7),(3.5,-7),(2.5,-7)
    ,(1.5,-6.5),(1.5,-7.5),(4.5,-8),(0.5,-1),(-0.5,-1),(-0.5,0),(-0.5,-2)
    ,(-0.5,-3),(0,-4),(-1,-4),(-1.5,-1),(-2.5,-1),(-2.5,0),(-2.5,-2),(-2.5,-3)
    ,(-2,-4),(-3,-4),(-3.5,-1),(-4.5,-1),(-4.5,0),(-4.5,-2),(-4.5,-3),(-4,-4)
    ,(-5,-4),(-5.5,-1),(4.5,0),(4.5,1),(5.5,1),(3.5,1),(2.5,1),(1.5,0.5)
    ,(1.5,1.5),(4.5,2),(4.5,3),(5.5,3),(3.5,3),(2.5,3),(1.5,2.5),(1.5,3.5)
    ,(4.5,4),(4.5,5),(5.5,5),(3.5,5),(2.5,5),(1.5,4.5),(1.5,5.5),(4.5,6)
    ,(4.5,7),(5.5,7),(3.5,7),(2.5,7),(1.5,6.5),(1.5,7.5),(4.5,8),(5.5,-1)
    } {\p circle (0.29)};
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.09]
  \draw (-11,-0.5)--(-10,0)--(10,0)--(11,-0.5) (-10,0)--(-11,0.5) (-2.5,-5)
    --(-3,-4)--(-3,4)--(-2.5,5) (-2,-2)--(-5,-2)--(-6,-1.5) (-3,-4)--(-3.5,-5)
    (-2,2)--(-5,2)--(-6,1.5) (-3,4)--(-3.5,5) (-5,-2)--(-6,-2.5) (-5,2)
    --(-6,2.5) (-8,1)--(-8,-2)--(-7.5,-3) (-8,-2)--(-8.5,-3) (0,1)--(0,-2)
    --(-0.5,-3) (0,-2)--(0.5,-3) (10,0)--(11,0.5) (2,-1.5)--(3,-2)--(2,-2.5)
    (2,1.5)--(3,2)--(2,2.5) (3,-2)--(6,-2) (3,2)--(6,2) (4.5,-5)--(5,-4)--(5,4)
    --(4.5,5) (5,-4)--(5.5,-5) (5,4)--(5.5,5) (8,1)--(8,-2)--(7.5,-3) (8,-2)
    --(8.5,-3);
  \fill foreach \p in {(-3,0),(-1,0),(0,0),(0,1),(0,-1),(0,-2),(-0.5,-3)
    ,(0.5,-3),(1,0),(5,0),(-3,-1),(-3,-2),(-2,-2),(-4,-2),(-5,-2),(-6,-1.5)
    ,(-6,-2.5),(-3,-3),(-3,-4),(-3.5,-5),(-2.5,-5),(5,-1),(5,-2),(6,-2),(4,-2)
    ,(3,-2),(2,-1.5),(2,-2.5),(5,-3),(5,-4),(4.5,-5),(5.5,-5),(-7,0),(-8,0)
    ,(-8,1),(-8,-1),(-8,-2),(-7.5,-3),(-8.5,-3),(-9,0),(-10,0),(-11,0.5)
    ,(-11,-0.5),(7,0),(8,0),(8,1),(8,-1),(8,-2),(7.5,-3),(8.5,-3),(9,0),(10,0)
    ,(11,-0.5),(11,0.5),(-3,1),(-3,2),(-2,2),(-4,2),(-5,2),(-6,1.5),(-6,2.5)
    ,(-3,3),(-3,4),(-2.5,5),(-3.5,5),(5,1),(5,2),(6,2),(4,2),(3,2),(2,1.5)
    ,(2,2.5),(5,3),(5,4),(5.5,5),(4.5,5)} {\p circle (0.29)};
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=77 to 83
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.07]
  \draw (-11.5,1)--(10.5,1)--(11.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-11.5,0)--(-11.5,2) (-3,-2)--(-3.5,-1)--(-4,-2) (-3.5,-1)
    --(-3.5,2) (-5,-2)--(-5.5,-1)--(-6,-2) (-5.5,-1)--(-5.5,2) (-7,-2)
    --(-7.5,-1)--(-8,-2) (-7.5,-1)--(-7.5,2) (-10,-2)--(-9.5,-1)--(-9,-2)
    (-9.5,-1)--(-9.5,2) (0,-2)--(0.5,-1)--(1,-2) (0.5,-1)--(0.5,2) (10.5,1)
    --(11.5,1.5) (2,-2)--(2.5,-1)--(3,-2) (2.5,-1)--(2.5,2) (4,-2)--(4.5,-1)
    --(5,-2) (4.5,-1)--(4.5,2) (6,-2)--(6.5,-1)--(7,-2) (6.5,-1)--(6.5,2)
    (8,-2)--(8.5,-1)--(9,-2) (8.5,-1)--(8.5,2);
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.07]
  \draw (-11,1)--(11,1) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)--(-10,2)
    (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)--(-4,-1)--(-4.5,-2)
    (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)--(-6,2) (-7.5,-2)
    --(-8,-1)--(-8.5,-2) (-8,-1)--(-8,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)
    --(0,2) (10.5,-2)--(10,-1)--(9.5,-2) (10,-1)--(10,2) (1.5,-2)--(2,-1)
    --(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)
    --(6,-1)--(6.5,-2) (6,-1)--(6,2) (7.5,-2)--(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.07]
  \draw (6,-1)--(-4,-1) (-3,-6)--(-3,4) (-2,-3)--(-5,-3)--(-6,-2.5) (-2,-5)
    --(-5,-5)--(-6,-4.5) (-2,1)--(-5,1)--(-6,0.5) (-2,3)--(-5,3)--(-6,2.5)
    (-5,-3)--(-6,-3.5) (-5,-5)--(-6,-5.5) (-5,1)--(-6,1.5) (-5,3)--(-6,3.5)
    (0,0)--(0,-3)--(-0.5,-4) (0,-3)--(0.5,-4) (2,-2.5)--(3,-3)--(2,-3.5)
    (2,-4.5)--(3,-5)--(2,-5.5) (2,0.5)--(3,1)--(2,1.5) (2,2.5)--(3,3)--(2,3.5)
    (2,4.5)--(3,5)--(2,5.5) (3,-3)--(6,-3) (3,-5)--(6,-5) (3,1)--(6,1) (3,3)
    --(6,3) (3,5)--(6,5) (5,-6)--(5,6);
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.07]
  \draw (1,-2)--(-2,-2)--(-3,-1.5) (1,-4)--(-2,-4)--(-3,-3.5) (1,2)--(-2,2)
    --(-3,1.5) (1,4)--(-2,4)--(-3,3.5) (-2,-2)--(-3,-2.5) (-2,-4)--(-3,-4.5)
    (-2,2)--(-3,2.5) (-2,4)--(-3,4.5) (-10,-0.5)--(-9,0)--(9,0)--(10,-0.5)
    (-5,1)--(-5,-2)--(-4.5,-3) (-5,-2)--(-5.5,-3) (-7,1)--(-7,-2)--(-6.5,-3)
    (-7,-2)--(-7.5,-3) (-9,0)--(-10,0.5) (-0.5,-7)--(0,-6)--(0,6)--(-0.5,7)
    (0,-6)--(0.5,-7) (0,6)--(0.5,7) (3,1)--(3,-2)--(2.5,-3) (3,-2)--(3.5,-3)
    (5,1)--(5,-2)--(4.5,-3) (5,-2)--(5.5,-3) (7,1)--(7,-2)--(6.5,-3) (7,-2)
    --(7.5,-3) (9,0)--(10,0.5);
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.07]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-12,1)--(11,1)--(12,0.5)
    (-10.5,-2)--(-11,-1)--(-11.5,-2) (-11,-1)--(-11,2) (-2.5,-2)--(-3,-1)
    --(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)--(-5,2)
    (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)--(-9,-1)--(-9.5,-2)
    (-9,-1)--(-9,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (11,1)--(12,1.5)
    (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)
    --(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)--(7,2) (8.5,-2)--(9,-1)--(9.5,-2)
    (9,-1)--(9,2);
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.07]
  \draw (-6.5,-1)--(6.5,-1) (-1.5,0)--(-1.5,-3)--(-1,-4) (-1.5,-3)--(-2,-4)
    (-3.5,0)--(-3.5,-3)--(-3,-4) (-3.5,-3)--(-4,-4) (-5.5,0)--(-5.5,-3)
    --(-5,-4) (-5.5,-3)--(-6,-4) (0.5,0)--(0.5,-3)--(0,-4) (0.5,-3)--(1,-4)
    (2.5,-2.5)--(3.5,-3)--(2.5,-3.5) (2.5,-4.5)--(3.5,-5)--(2.5,-5.5)
    (2.5,-6.5)--(3.5,-7)--(2.5,-7.5) (2.5,0.5)--(3.5,1)--(2.5,1.5) (2.5,2.5)
    --(3.5,3)--(2.5,3.5) (2.5,4.5)--(3.5,5)--(2.5,5.5) (2.5,6.5)--(3.5,7)
    --(2.5,7.5) (3.5,-3)--(6.5,-3) (6.5,-5)--(3.5,-5) (3.5,-7)--(6.5,-7)
    (3.5,1)--(6.5,1) (3.5,3)--(6.5,3) (3.5,5)--(6.5,5) (3.5,7)--(6.5,7)
    (5.5,-8)--(5.5,8);
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.07]
  \draw (-11,-0.5)--(-10,-1)--(10,-1)--(11,-0.5) (-10,-1)--(-11,-1.5) (-2.5,-6)
    --(-3,-5)--(-3,3)--(-2.5,4) (-2,-3)--(-5,-3)--(-6,-2.5) (-3,-5)--(-3.5,-6)
    (-2,1)--(-5,1)--(-6,0.5) (-3,3)--(-3.5,4) (-5,-3)--(-6,-3.5) (-5,1)
    --(-6,1.5) (-8,0)--(-8,-3)--(-7.5,-4) (-8,-3)--(-8.5,-4) (0,0)--(0,-3)
    --(-0.5,-4) (0,-3)--(0.5,-4) (10,-1)--(11,-1.5) (2,-2.5)--(3,-3)--(2,-3.5)
    (2,0.5)--(3,1)--(2,1.5) (2,2.5)--(3,3)--(2,3.5) (3,-3)--(6,-3) (3,1)--(6,1)
    (3,3)--(6,3) (4.5,-6)--(5,-5)--(5,5)--(4.5,6) (5,-5)--(5.5,-6) (5,5)
    --(5.5,6) (8,0)--(8,-3)--(7.5,-4) (8,-3)--(8.5,-4);
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=84 to 90
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.07]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-12.5,1)--(11.5,1)
    --(12.5,0.5) (-10,-2)--(-10.5,-1)--(-11,-2) (-10.5,-1)--(-10.5,2) (-12.5,0)
    --(-12.5,2) (-2,-2)--(-2.5,-1)--(-3,-2) (-2.5,-1)--(-2.5,2) (-4,-2)
    --(-4.5,-1)--(-5,-2) (-4.5,-1)--(-4.5,2) (-6,-2)--(-6.5,-1)--(-7,-2)
    (-6.5,-1)--(-6.5,2) (-8,-2)--(-8.5,-1)--(-9,-2) (-8.5,-1)--(-8.5,2) (1,-2)
    --(1.5,-1)--(2,-2) (1.5,-1)--(1.5,2) (11.5,1)--(12.5,1.5) (3,-2)--(3.5,-1)
    --(4,-2) (3.5,-1)--(3.5,2) (5,-2)--(5.5,-1)--(6,-2) (5.5,-1)--(5.5,2)
    (7,-2)--(7.5,-1)--(8,-2) (7.5,-1)--(7.5,2) (10,-2)--(9.5,-1)--(9,-2)
    (9.5,-1)--(9.5,2);
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.07]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-12,1)--(12,1)
    (-10.5,-2)--(-11,-1)--(-11.5,-2) (-11,-1)--(-11,2) (-2.5,-2)--(-3,-1)
    --(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)--(-5,2)
    (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)--(-9,-1)--(-9.5,-2)
    (-9,-1)--(-9,2) (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (10.5,-2)--(11,-1)
    --(11.5,-2) (11,-1)--(11,2) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2)
    (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)
    --(7,2) (8.5,-2)--(9,-1)--(9.5,-2) (9,-1)--(9,2);
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.07]
  \draw (6,-1)--(-4,-1) (-3,-6)--(-3,6) (-2,-3)--(-5,-3)--(-6,-2.5) (-2,-5)
    --(-5,-5)--(-6,-4.5) (-2,1)--(-5,1)--(-6,0.5) (-2,3)--(-5,3)--(-6,2.5)
    (-2,5)--(-5,5)--(-6,4.5) (-5,-3)--(-6,-3.5) (-5,-5)--(-6,-5.5) (-5,1)
    --(-6,1.5) (-5,3)--(-6,3.5) (-5,5)--(-6,5.5) (0,0)--(0,-3)--(-0.5,-4)
    (0,-3)--(0.5,-4) (2,-2.5)--(3,-3)--(2,-3.5) (2,-4.5)--(3,-5)--(2,-5.5)
    (2,0.5)--(3,1)--(2,1.5) (2,2.5)--(3,3)--(2,3.5) (2,4.5)--(3,5)--(2,5.5)
    (3,-3)--(6,-3) (3,-5)--(6,-5) (3,1)--(6,1) (3,3)--(6,3) (3,5)--(6,5) (5,-6)
    --(5,6);
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.07]
  \draw (1,-3)--(-2,-3)--(-3,-2.5) (1,-5)--(-2,-5)--(-3,-4.5) (1,1)--(-2,1)
    --(-3,0.5) (1,3)--(-2,3)--(-3,2.5) (1,5)--(-2,5)--(-3,4.5) (-2,-3)
    --(-3,-3.5) (-2,-5)--(-3,-5.5) (-2,1)--(-3,1.5) (-2,3)--(-3,3.5) (-2,5)
    --(-3,5.5) (-10,-0.5)--(-9,-1)--(9,-1)--(10,-0.5) (-5,0)--(-5,-3)
    --(-4.5,-4) (-5,-3)--(-5.5,-4) (-7,0)--(-7,-3)--(-6.5,-4) (-7,-3)
    --(-7.5,-4) (-9,-1)--(-10,-1.5) (-0.5,-8)--(0,-7)--(0,7)--(-0.5,8) (0,-7)
    --(0.5,-8) (0,7)--(0.5,8) (3,0)--(3,-3)--(2.5,-4) (3,-3)--(3.5,-4) (5,0)
    --(5,-3)--(4.5,-4) (5,-3)--(5.5,-4) (7,0)--(7,-3)--(6.5,-4) (7,-3)
    --(7.5,-4) (9,-1)--(10,-1.5);
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.07]
  \draw (-13,1)--(12,1)--(13,0.5) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)
    --(-10,2) (-11.5,-2)--(-12,-1)--(-12.5,-2) (-12,-1)--(-12,2) (-1.5,-2)
    --(-2,-1)--(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)
    --(-4,2) (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)--(-6,2) (-7.5,-2)--(-8,-1)
    --(-8.5,-2) (-8,-1)--(-8,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2)
    (10.5,-2)--(10,-1)--(9.5,-2) (10,-1)--(10,2) (12,1)--(13,1.5) (1.5,-2)
    --(2,-1)--(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2)
    (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)--(6,2) (7.5,-2)--(8,-1)--(8.5,-2) (8,-1)
    --(8,2);
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.07]
  \draw (-6.5,0)--(6.5,0) (-1.5,1)--(-1.5,-2)--(-1,-3) (-1.5,-2)--(-2,-3)
    (-3.5,1)--(-3.5,-2)--(-3,-3) (-3.5,-2)--(-4,-3) (-5.5,1)--(-5.5,-2)
    --(-5,-3) (-5.5,-2)--(-6,-3) (0.5,1)--(0.5,-2)--(0,-3) (0.5,-2)--(1,-3)
    (2.5,-1.5)--(3.5,-2)--(2.5,-2.5) (2.5,-3.5)--(3.5,-4)--(2.5,-4.5)
    (2.5,-5.5)--(3.5,-6)--(2.5,-6.5) (2.5,-7.5)--(3.5,-8)--(2.5,-8.5) (2.5,1.5)
    --(3.5,2)--(2.5,2.5) (2.5,3.5)--(3.5,4)--(2.5,4.5) (2.5,5.5)--(3.5,6)
    --(2.5,6.5) (2.5,7.5)--(3.5,8)--(2.5,8.5) (3.5,-2)--(6.5,-2) (6.5,-4)
    --(3.5,-4) (3.5,-6)--(6.5,-6) (3.5,-8)--(6.5,-8) (3.5,2)--(6.5,2) (3.5,4)
    --(6.5,4) (3.5,6)--(6.5,6) (3.5,8)--(6.5,8) (5.5,-9)--(5.5,9);
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.07]
  \draw (-11,-0.5)--(-10,-1)--(10,-1)--(11,-0.5) (-10,-1)--(-11,-1.5) (-2.5,-6)
    --(-3,-5)--(-3,5)--(-2.5,6) (-2,-3)--(-5,-3)--(-6,-2.5) (-3,-5)--(-3.5,-6)
    (-2,1)--(-5,1)--(-6,0.5) (-2,3)--(-5,3)--(-6,2.5) (-3,5)--(-3.5,6) (-5,-3)
    --(-6,-3.5) (-5,1)--(-6,1.5) (-5,3)--(-6,3.5) (-8,0)--(-8,-3)--(-7.5,-4)
    (-8,-3)--(-8.5,-4) (0,0)--(0,-3)--(-0.5,-4) (0,-3)--(0.5,-4) (10,-1)
    --(11,-1.5) (2,-2.5)--(3,-3)--(2,-3.5) (2,0.5)--(3,1)--(2,1.5) (2,2.5)
    --(3,3)--(2,3.5) (3,-3)--(6,-3) (3,1)--(6,1) (3,3)--(6,3) (4.5,-6)--(5,-5)
    --(5,5)--(4.5,6) (5,-5)--(5.5,-6) (5,5)--(5.5,6) (8,0)--(8,-3)--(7.5,-4)
    (8,-3)--(8.5,-4);
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=91 to 97
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.07]
  \draw (-13.5,1)--(12.5,1)--(13.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-11,-2)--(-11.5,-1)--(-12,-2) (-11.5,-1)--(-11.5,2) (-13.5,0)
    --(-13.5,2) (-3,-2)--(-3.5,-1)--(-4,-2) (-3.5,-1)--(-3.5,2) (-5,-2)
    --(-5.5,-1)--(-6,-2) (-5.5,-1)--(-5.5,2) (-7,-2)--(-7.5,-1)--(-8,-2)
    (-7.5,-1)--(-7.5,2) (-10,-2)--(-9.5,-1)--(-9,-2) (-9.5,-1)--(-9.5,2) (0,-2)
    --(0.5,-1)--(1,-2) (0.5,-1)--(0.5,2) (10,-2)--(10.5,-1)--(11,-2) (10.5,-1)
    --(10.5,2) (12.5,1)--(13.5,1.5) (2,-2)--(2.5,-1)--(3,-2) (2.5,-1)--(2.5,2)
    (4,-2)--(4.5,-1)--(5,-2) (4.5,-1)--(4.5,2) (6,-2)--(6.5,-1)--(7,-2)
    (6.5,-1)--(6.5,2) (8,-2)--(8.5,-1)--(9,-2) (8.5,-1)--(8.5,2);
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.07]
  \draw (-13,1)--(13,1) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)--(-10,2)
    (-11.5,-2)--(-12,-1)--(-12.5,-2) (-12,-1)--(-12,2) (-1.5,-2)--(-2,-1)
    --(-2.5,-2) (-2,-1)--(-2,2) (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2)
    (-5.5,-2)--(-6,-1)--(-6.5,-2) (-6,-1)--(-6,2) (-7.5,-2)--(-8,-1)--(-8.5,-2)
    (-8,-1)--(-8,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (10.5,-2)
    --(10,-1)--(9.5,-2) (10,-1)--(10,2) (11.5,-2)--(12,-1)--(12.5,-2) (12,-1)
    --(12,2) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)
    --(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)--(6,2) (7.5,-2)
    --(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.07]
  \draw (-4,0)--(6,0) (-3,-5)--(-3,7) (-2,-2)--(-5,-2)--(-6,-1.5) (-2,-4)
    --(-5,-4)--(-6,-3.5) (-2,2)--(-5,2)--(-6,1.5) (-2,4)--(-5,4)--(-6,3.5)
    (-2,6)--(-5,6)--(-6,5.5) (-5,-2)--(-6,-2.5) (-5,-4)--(-6,-4.5) (-5,2)
    --(-6,2.5) (-5,4)--(-6,4.5) (-5,6)--(-6,6.5) (0,1)--(0,-2)--(-0.5,-3)
    (0,-2)--(0.5,-3) (2,-1.5)--(3,-2)--(2,-2.5) (2,-3.5)--(3,-4)--(2,-4.5)
    (2,-5.5)--(3,-6)--(2,-6.5) (2,1.5)--(3,2)--(2,2.5) (2,3.5)--(3,4)--(2,4.5)
    (2,5.5)--(3,6)--(2,6.5) (3,-2)--(6,-2) (3,-4)--(6,-4) (3,-6)--(6,-6) (3,2)
    --(6,2) (3,4)--(6,4) (3,6)--(6,6) (5,-7)--(5,7);
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.07]
  \draw (-2,-2.5)--(-1,-3)--(-2,-3.5) (-2,-4.5)--(-1,-5)--(-2,-5.5) (-2,0.5)
    --(-1,1)--(-2,1.5) (-2,2.5)--(-1,3)--(-2,3.5) (-2,4.5)--(-1,5)--(-2,5.5)
    (-11,-0.5)--(-10,-1)--(-11,-1.5) (-10,-1)--(10,-1)--(11,-0.5) (-4,0)
    --(-4,-3)--(-3.5,-4) (-4,-3)--(-4.5,-4) (-6,0)--(-6,-3)--(-5.5,-4) (-6,-3)
    --(-6.5,-4) (-8,0)--(-8,-3)--(-7.5,-4) (-8,-3)--(-8.5,-4) (-1,-3)--(2,-3)
    (2,-5)--(-1,-5) (-1,1)--(2,1) (-1,3)--(2,3) (-1,5)--(2,5) (0.5,-8)--(1,-7)
    --(1,7)--(0.5,8) (1,-7)--(1.5,-8) (1,7)--(1.5,8) (10,-1)--(11,-1.5) (4,0)
    --(4,-3)--(3.5,-4) (4,-3)--(4.5,-4) (6,0)--(6,-3)--(5.5,-4) (6,-3)
    --(6.5,-4) (8,0)--(8,-3)--(7.5,-4) (8,-3)--(8.5,-4);
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.07]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-14,1)--(13,1)--(14,0.5)
    (-10.5,-2)--(-11,-1)--(-11.5,-2) (-11,-1)--(-11,2) (-12.5,-2)--(-13,-1)
    --(-13.5,-2) (-13,-1)--(-13,2) (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)
    --(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)--(-5,2) (-6.5,-2)--(-7,-1)
    --(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)--(-9,-1)--(-9.5,-2) (-9,-1)--(-9,2)
    (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (10.5,-2)--(11,-1)--(11.5,-2)
    (11,-1)--(11,2) (13,1)--(14,1.5) (2.5,-2)--(3,-1)--(3.5,-2) (3,-1)--(3,2)
    (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2) (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)
    --(7,2) (8.5,-2)--(9,-1)--(9.5,-2) (9,-1)--(9,2);
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.07]
  \draw (-6.5,-1)--(6.5,-1) (-1.5,0)--(-1.5,-3)--(-1,-4) (-1.5,-3)--(-2,-4)
    (-3.5,0)--(-3.5,-3)--(-3,-4) (-3.5,-3)--(-4,-4) (-5.5,0)--(-5.5,-3)
    --(-5,-4) (-5.5,-3)--(-6,-4) (0.5,0)--(0.5,-3)--(0,-4) (0.5,-3)--(1,-4)
    (2.5,-2.5)--(3.5,-3)--(2.5,-3.5) (2.5,-4.5)--(3.5,-5)--(2.5,-5.5)
    (2.5,-6.5)--(3.5,-7)--(2.5,-7.5) (2.5,-8.5)--(3.5,-9)--(2.5,-9.5) (2.5,0.5)
    --(3.5,1)--(2.5,1.5) (2.5,2.5)--(3.5,3)--(2.5,3.5) (2.5,4.5)--(3.5,5)
    --(2.5,5.5) (2.5,6.5)--(3.5,7)--(2.5,7.5) (2.5,8.5)--(3.5,9)--(2.5,9.5)
    (3.5,-3)--(6.5,-3) (6.5,-5)--(3.5,-5) (3.5,-7)--(6.5,-7) (3.5,-9)--(6.5,-9)
    (3.5,1)--(6.5,1) (3.5,3)--(6.5,3) (3.5,5)--(6.5,5) (3.5,7)--(6.5,7) (3.5,9)
    --(6.5,9) (5.5,-10)--(5.5,10);
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.07]
  \draw (-1,0)--(-1,-3)--(-0.5,-4) (-12,-0.5)--(-11,-1)--(11,-1)--(12,-0.5)
    (-1,-3)--(-1.5,-4) (-11,-1)--(-12,-1.5) (-3.5,-6)--(-4,-5)--(-4,5)
    --(-3.5,6) (-3,-3)--(-6,-3)--(-7,-2.5) (-4,-5)--(-4.5,-6) (-3,1)--(-6,1)
    --(-7,0.5) (-3,3)--(-6,3)--(-7,2.5) (-4,5)--(-4.5,6) (-6,-3)--(-7,-3.5)
    (-6,1)--(-7,1.5) (-6,3)--(-7,3.5) (-9,0)--(-9,-3)--(-8.5,-4) (-9,-3)
    --(-9.5,-4) (11,-1)--(12,-1.5) (1,-2.5)--(2,-3)--(1,-3.5) (1,0.5)--(2,1)
    --(1,1.5) (1,2.5)--(2,3)--(1,3.5) (2,-3)--(5,-3) (2,1)--(5,1) (2,3)--(5,3)
    (3.5,-6)--(4,-5)--(4,5)--(3.5,6) (4,-5)--(4.5,-6) (4,5)--(4.5,6) (7,0)
    --(7,-3)--(6.5,-4) (7,-3)--(7.5,-4) (9,0)--(9,-3)--(8.5,-4) (9,-3)
    --(9.5,-4);
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=98 to 104
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.065]
  \draw (-1,-2)--(-0.5,-1)--(0,-2) (-0.5,-1)--(-0.5,2) (-14.5,1)--(13.5,1)
    --(14.5,0.5) (-10,-2)--(-10.5,-1)--(-11,-2) (-10.5,-1)--(-10.5,2) (-12,-2)
    --(-12.5,-1)--(-13,-2) (-12.5,-1)--(-12.5,2) (-14.5,0)--(-14.5,2) (-2,-2)
    --(-2.5,-1)--(-3,-2) (-2.5,-1)--(-2.5,2) (-4,-2)--(-4.5,-1)--(-5,-2)
    (-4.5,-1)--(-4.5,2) (-6,-2)--(-6.5,-1)--(-7,-2) (-6.5,-1)--(-6.5,2) (-8,-2)
    --(-8.5,-1)--(-9,-2) (-8.5,-1)--(-8.5,2) (1,-2)--(1.5,-1)--(2,-2) (1.5,-1)
    --(1.5,2) (11,-2)--(11.5,-1)--(12,-2) (11.5,-1)--(11.5,2) (13.5,1)
    --(14.5,1.5) (3,-2)--(3.5,-1)--(4,-2) (3.5,-1)--(3.5,2) (5,-2)--(5.5,-1)
    --(6,-2) (5.5,-1)--(5.5,2) (7,-2)--(7.5,-1)--(8,-2) (7.5,-1)--(7.5,2)
    (10,-2)--(9.5,-1)--(9,-2) (9.5,-1)--(9.5,2);
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.065]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-14,1)--(14,1)
    (-10.5,-2)--(-11,-1)--(-11.5,-2) (-11,-1)--(-11,2) (-12.5,-2)--(-13,-1)
    --(-13.5,-2) (-13,-1)--(-13,2) (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)
    --(-3,2) (-4.5,-2)--(-5,-1)--(-5.5,-2) (-5,-1)--(-5,2) (-6.5,-2)--(-7,-1)
    --(-7.5,-2) (-7,-1)--(-7,2) (-8.5,-2)--(-9,-1)--(-9.5,-2) (-9,-1)--(-9,2)
    (0.5,-2)--(1,-1)--(1.5,-2) (1,-1)--(1,2) (10.5,-2)--(11,-1)--(11.5,-2)
    (11,-1)--(11,2) (12.5,-2)--(13,-1)--(13.5,-2) (13,-1)--(13,2) (2.5,-2)
    --(3,-1)--(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2)
    (6.5,-2)--(7,-1)--(7.5,-2) (7,-1)--(7,2) (8.5,-2)--(9,-1)--(9.5,-2) (9,-1)
    --(9,2);
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.065]
  \draw (-4,0)--(6,0) (-3,-7)--(-3,7) (-2,-2)--(-5,-2)--(-6,-1.5) (-2,-4)
    --(-5,-4)--(-6,-3.5) (-2,-6)--(-5,-6)--(-6,-5.5) (-2,2)--(-5,2)--(-6,1.5)
    (-2,4)--(-5,4)--(-6,3.5) (-2,6)--(-5,6)--(-6,5.5) (-5,-2)--(-6,-2.5)
    (-5,-4)--(-6,-4.5) (-5,-6)--(-6,-6.5) (-5,2)--(-6,2.5) (-5,4)--(-6,4.5)
    (-5,6)--(-6,6.5) (0,1)--(0,-2)--(-0.5,-3) (0,-2)--(0.5,-3) (2,-1.5)--(3,-2)
    --(2,-2.5) (2,-3.5)--(3,-4)--(2,-4.5) (2,-5.5)--(3,-6)--(2,-6.5) (2,1.5)
    --(3,2)--(2,2.5) (2,3.5)--(3,4)--(2,4.5) (2,5.5)--(3,6)--(2,6.5) (3,-2)
    --(6,-2) (3,-4)--(6,-4) (3,-6)--(6,-6) (3,2)--(6,2) (3,4)--(6,4) (3,6)
    --(6,6) (5,-7)--(5,7);
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.065]
  \draw (-2,-1.5)--(-1,-2)--(-2,-2.5) (-2,-3.5)--(-1,-4)--(-2,-4.5) (-2,-5.5)
    --(-1,-6)--(-2,-6.5) (-2,1.5)--(-1,2)--(-2,2.5) (-2,3.5)--(-1,4)--(-2,4.5)
    (-2,5.5)--(-1,6)--(-2,6.5) (-11,-0.5)--(-10,0)--(-11,0.5) (-10,0)--(10,0)
    --(11,-0.5) (-4,1)--(-4,-2)--(-3.5,-3) (-4,-2)--(-4.5,-3) (-6,1)--(-6,-2)
    --(-5.5,-3) (-6,-2)--(-6.5,-3) (-8,1)--(-8,-2)--(-7.5,-3) (-8,-2)
    --(-8.5,-3) (-1,-2)--(2,-2) (2,-4)--(-1,-4) (-1,-6)--(2,-6) (-1,2)--(2,2)
    (-1,4)--(2,4) (-1,6)--(2,6) (0.5,-9)--(1,-8)--(1,8)--(0.5,9) (1,-8)
    --(1.5,-9) (1,8)--(1.5,9) (11,0.5)--(10,0) (4,1)--(4,-2)--(3.5,-3) (4,-2)
    --(4.5,-3) (6,1)--(6,-2)--(5.5,-3) (6,-2)--(6.5,-3) (8,1)--(8,-2)--(7.5,-3)
    (8,-2)--(8.5,-3);
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.065]
  \draw (15,0.5)--(14,1)--(-15,1) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)
    --(-10,2) (-11.5,-2)--(-12,-1)--(-12.5,-2) (-12,-1)--(-12,2) (-13.5,-2)
    --(-14,-1)--(-14.5,-2) (-14,-1)--(-14,2) (-1.5,-2)--(-2,-1)--(-2.5,-2)
    (-2,-1)--(-2,2) (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)
    --(-6,-1)--(-6.5,-2) (-6,-1)--(-6,2) (-7.5,-2)--(-8,-1)--(-8.5,-2) (-8,-1)
    --(-8,2) (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (10.5,-2)--(10,-1)
    --(9.5,-2) (10,-1)--(10,2) (11.5,-2)--(12,-1)--(12.5,-2) (12,-1)--(12,2)
    (15,1.5)--(14,1) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)--(2,2) (3.5,-2)--(4,-1)
    --(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2) (6,-1)--(6,2) (7.5,-2)
    --(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.065]
  \draw (-0.5,0)--(-0.5,-3)--(-1,-4) (-7.5,-1)--(7.5,-1) (-0.5,-3)--(0,-4)
    (-2.5,0)--(-2.5,-3)--(-2,-4) (-2.5,-3)--(-3,-4) (-4.5,0)--(-4.5,-3)
    --(-4,-4) (-4.5,-3)--(-5,-4) (-6.5,0)--(-6.5,-3)--(-6,-4) (-6.5,-3)
    --(-7,-4) (1.5,0)--(1.5,-3)--(1,-4) (1.5,-3)--(2,-4) (3.5,9.5)--(4.5,9)
    --(3.5,8.5) (3.5,-2.5)--(4.5,-3)--(3.5,-3.5) (3.5,-4.5)--(4.5,-5)
    --(3.5,-5.5) (3.5,-6.5)--(4.5,-7)--(3.5,-7.5) (3.5,-8.5)--(4.5,-9)
    --(3.5,-9.5) (3.5,0.5)--(4.5,1)--(3.5,1.5) (3.5,2.5)--(4.5,3)--(3.5,3.5)
    (3.5,4.5)--(4.5,5)--(3.5,5.5) (3.5,6.5)--(4.5,7)--(3.5,7.5) (4.5,-3)
    --(7.5,-3) (7.5,-5)--(4.5,-5) (4.5,-7)--(7.5,-7) (4.5,-9)--(7.5,-9) (4.5,1)
    --(7.5,1) (4.5,3)--(7.5,3) (4.5,5)--(7.5,5) (4.5,7)--(7.5,7) (4.5,9)
    --(7.5,9) (6.5,10)--(6.5,-10);
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.065]
  \draw (-13,-0.5)--(-12,-1)--(12,-1)--(13,-0.5) (-10,0)--(-10,-3)--(-10.5,-4)
    (-10,-3)--(-9.5,-4) (-12,-1)--(-13,-1.5) (-2.5,-6)--(-3,-5)--(-3,5)
    --(-2.5,6) (-2,-3)--(-5,-3)--(-6,-2.5) (-3,-5)--(-3.5,-6) (-2,1)--(-5,1)
    --(-6,0.5) (-2,3)--(-5,3)--(-6,2.5) (-3,5)--(-3.5,6) (-5,-3)--(-6,-3.5)
    (-5,1)--(-6,1.5) (-5,3)--(-6,3.5) (-8,0)--(-8,-3)--(-7.5,-4) (-8,-3)
    --(-8.5,-4) (0,0)--(0,-3)--(-0.5,-4) (0,-3)--(0.5,-4) (10,0)--(10,-3)
    --(10.5,-4) (10,-3)--(9.5,-4) (12,-1)--(13,-1.5) (2,-2.5)--(3,-3)--(2,-3.5)
    (2,0.5)--(3,1)--(2,1.5) (2,2.5)--(3,3)--(2,3.5) (3,-3)--(6,-3) (3,1)--(6,1)
    (3,3)--(6,3) (4.5,-6)--(5,-5)--(5,5)--(4.5,6) (5,-5)--(5.5,-6) (5,5)
    --(5.5,6) (8,0)--(8,-3)--(7.5,-4) (8,-3)--(8.5,-4);
  \end{scope}
\end{tikzpicture}

\MyVspace

% n=105 to 111
\noindent
\begin{tikzpicture}
  \path (0,0); % bbox include 0,0
  \begin{scope}[shift={(0.5*\MyColumn,0)},scale=0.065]
  \draw (-15.5,1)--(14.5,1)--(15.5,0.5) (-1,-2)--(-1.5,-1)--(-2,-2) (-1.5,-1)
    --(-1.5,2) (-11,-2)--(-11.5,-1)--(-12,-2) (-11.5,-1)--(-11.5,2) (-13,-2)
    --(-13.5,-1)--(-14,-2) (-13.5,-1)--(-13.5,2) (-15.5,0)--(-15.5,2) (-3,-2)
    --(-3.5,-1)--(-4,-2) (-3.5,-1)--(-3.5,2) (-5,-2)--(-5.5,-1)--(-6,-2)
    (-5.5,-1)--(-5.5,2) (-7,-2)--(-7.5,-1)--(-8,-2) (-7.5,-1)--(-7.5,2)
    (-10,-2)--(-9.5,-1)--(-9,-2) (-9.5,-1)--(-9.5,2) (0,-2)--(0.5,-1)--(1,-2)
    (0.5,-1)--(0.5,2) (10,-2)--(10.5,-1)--(11,-2) (10.5,-1)--(10.5,2) (12,-2)
    --(12.5,-1)--(12.5,2) (13,-2)--(12.5,-1) (14.5,1)--(15.5,1.5) (2,-2)
    --(2.5,-1)--(3,-2) (2.5,-1)--(2.5,2) (4,-2)--(4.5,-1)--(5,-2) (4.5,-1)
    --(4.5,2) (6,-2)--(6.5,-1)--(7,-2) (6.5,-1)--(6.5,2) (8,-2)--(8.5,-1)
    --(9,-2) (8.5,-1)--(8.5,2);
  \end{scope}
  \begin{scope}[shift={(1.55*\MyColumn,0)},scale=0.065]
  \draw (15,1)--(-15,1) (-10.5,-2)--(-10,-1)--(-9.5,-2) (-10,-1)--(-10,2)
    (-11.5,-2)--(-12,-1)--(-12.5,-2) (-12,-1)--(-12,2) (-13.5,-2)--(-14,-1)
    --(-14.5,-2) (-14,-1)--(-14,2) (-1.5,-2)--(-2,-1)--(-2.5,-2) (-2,-1)
    --(-2,2) (-3.5,-2)--(-4,-1)--(-4.5,-2) (-4,-1)--(-4,2) (-5.5,-2)--(-6,-1)
    --(-6.5,-2) (-6,-1)--(-6,2) (-7.5,-2)--(-8,-1)--(-8.5,-2) (-8,-1)--(-8,2)
    (-0.5,-2)--(0,-1)--(0.5,-2) (0,-1)--(0,2) (10.5,-2)--(10,-1)--(9.5,-2)
    (10,-1)--(10,2) (11.5,-2)--(12,-1)--(12.5,-2) (12,-1)--(12,2) (13.5,-2)
    --(14,-1)--(14.5,-2) (14,2)--(14,-1) (1.5,-2)--(2,-1)--(2.5,-2) (2,-1)
    --(2,2) (3.5,-2)--(4,-1)--(4.5,-2) (4,-1)--(4,2) (5.5,-2)--(6,-1)--(6.5,-2)
    (6,-1)--(6,2) (7.5,-2)--(8,-1)--(8.5,-2) (8,-1)--(8,2);
  \end{scope}
  \begin{scope}[shift={(2.5*\MyColumn,0)},scale=0.065]
  \draw (-1,1)--(-1,-2)--(-0.5,-3) (-1,-2)--(-1.5,-3) (7,0)--(-5,0) (-4,-7)
    --(-4,7) (-3,-2)--(-6,-2)--(-7,-1.5) (-3,-4)--(-6,-4)--(-7,-3.5) (-3,-6)
    --(-6,-6)--(-7,-5.5) (-3,2)--(-6,2)--(-7,1.5) (-3,4)--(-6,4)--(-7,3.5)
    (-3,6)--(-6,6)--(-7,5.5) (-6,-2)--(-7,-2.5) (-6,-4)--(-7,-4.5) (-6,-6)
    --(-7,-6.5) (-6,2)--(-7,2.5) (-6,4)--(-7,4.5) (-6,6)--(-7,6.5) (1,1)
    --(1,-2)--(0.5,-3) (1,-2)--(1.5,-3) (3,-1.5)--(4,-2)--(3,-2.5) (3,-3.5)
    --(4,-4)--(3,-4.5) (3,-5.5)--(4,-6)--(3,-6.5) (3,1.5)--(4,2)--(3,2.5)
    (3,3.5)--(4,4)--(3,4.5) (3,5.5)--(4,6)--(3,6.5) (4,-2)--(7,-2) (4,-4)
    --(7,-4) (4,-6)--(7,-6) (4,2)--(7,2) (4,4)--(7,4) (4,6)--(7,6) (6,7)
    --(6,-7);
  \end{scope}
  \begin{scope}[shift={(3.5*\MyColumn,0)},scale=0.065]
  \draw (1,-2)--(-2,-2)--(-3,-1.5) (1,-4)--(-2,-4)--(-3,-3.5) (1,-6)--(-2,-6)
    --(-3,-5.5) (1,2)--(-2,2)--(-3,1.5) (1,4)--(-2,4)--(-3,3.5) (1,6)--(-2,6)
    --(-3,5.5) (-12,-0.5)--(-11,0)--(11,0)--(12,-0.5) (-11,0)--(-12,0.5)
    (-2,-2)--(-3,-2.5) (-2,-4)--(-3,-4.5) (-2,-6)--(-3,-6.5) (-2,2)--(-3,2.5)
    (-2,4)--(-3,4.5) (-2,6)--(-3,6.5) (-5,1)--(-5,-2)--(-4.5,-3) (-5,-2)
    --(-5.5,-3) (-7,1)--(-7,-2)--(-6.5,-3) (-7,-2)--(-7.5,-3) (-9,1)--(-9,-2)
    --(-8.5,-3) (-9,-2)--(-9.5,-3) (-0.5,-9)--(0,-8)--(0,8)--(-0.5,9) (0,-8)
    --(0.5,-9) (0,8)--(0.5,9) (11,0)--(12,0.5) (3,1)--(3,-2)--(2.5,-3) (3,-2)
    --(3.5,-3) (5,1)--(5,-2)--(4.5,-3) (5,-2)--(5.5,-3) (7,1)--(7,-2)--(6.5,-3)
    (7,-2)--(7.5,-3) (9,1)--(9,-2)--(8.5,-3) (9,-2)--(9.5,-3);
  \end{scope}
  \begin{scope}[shift={(4.5*\MyColumn,0)},scale=0.065]
  \draw (-0.5,-2)--(-1,-1)--(-1.5,-2) (-1,-1)--(-1,2) (-16,1)--(15,1)--(16,0.5)
    (-10.5,-2)--(-11,-1)--(-11.5,-2) (-11,-1)--(-11,2) (-12.5,-2)--(-13,-1)
    --(-13.5,-2) (-13,-1)--(-13,2) (-14.5,-2)--(-15,-1)--(-15.5,-2) (-15,-1)
    --(-15,2) (-2.5,-2)--(-3,-1)--(-3.5,-2) (-3,-1)--(-3,2) (-4.5,-2)--(-5,-1)
    --(-5.5,-2) (-5,-1)--(-5,2) (-6.5,-2)--(-7,-1)--(-7.5,-2) (-7,-1)--(-7,2)
    (-8.5,-2)--(-9,-1)--(-9.5,-2) (-9,-1)--(-9,2) (0.5,-2)--(1,-1)--(1.5,-2)
    (1,-1)--(1,2) (10.5,-2)--(11,-1)--(11.5,-2) (11,-1)--(11,2) (12.5,-2)
    --(13,-1)--(13.5,-2) (13,2)--(13,-1) (15,1)--(16,1.5) (2.5,-2)--(3,-1)
    --(3.5,-2) (3,-1)--(3,2) (4.5,-2)--(5,-1)--(5.5,-2) (5,-1)--(5,2) (6.5,-2)
    --(7,-1)--(7.5,-2) (7,-1)--(7,2) (8.5,-2)--(9,-1)--(9.5,-2) (9,-1)--(9,2);
  \end{scope}
  \begin{scope}[shift={(5.5*\MyColumn,0)},scale=0.065]
  \draw (-0.5,1)--(-0.5,-2)--(-1,-3) (-0.5,-2)--(0,-3) (-7.5,0)--(7.5,0)
    (-2.5,1)--(-2.5,-2)--(-2,-3) (-2.5,-2)--(-3,-3) (-4.5,1)--(-4.5,-2)
    --(-4,-3) (-4.5,-2)--(-5,-3) (-6.5,1)--(-6.5,-2)--(-6,-3) (-6.5,-2)
    --(-7,-3) (1.5,1)--(1.5,-2)--(1,-3) (1.5,-2)--(2,-3) (3.5,8.5)--(4.5,8)
    --(3.5,7.5) (3.5,-10.5)--(4.5,-10)--(3.5,-9.5) (3.5,-1.5)--(4.5,-2)
    --(3.5,-2.5) (3.5,-3.5)--(4.5,-4)--(3.5,-4.5) (3.5,-5.5)--(4.5,-6)
    --(3.5,-6.5) (3.5,-7.5)--(4.5,-8)--(3.5,-8.5) (3.5,10.5)--(4.5,10)
    --(3.5,9.5) (3.5,1.5)--(4.5,2)--(3.5,2.5) (3.5,3.5)--(4.5,4)--(3.5,4.5)
    (3.5,5.5)--(4.5,6)--(3.5,6.5) (4.5,-10)--(7.5,-10) (4.5,-2)--(7.5,-2)
    (7.5,-4)--(4.5,-4) (4.5,-6)--(7.5,-6) (4.5,-8)--(7.5,-8) (4.5,10)--(7.5,10)
    (4.5,2)--(7.5,2) (4.5,4)--(7.5,4) (4.5,6)--(7.5,6) (4.5,8)--(7.5,8)
    (6.5,-11)--(6.5,11);
  \end{scope}
  \begin{scope}[shift={(6.5*\MyColumn,0)},scale=0.065]
  \draw (-13,-0.5)--(-12,0)--(12,0)--(13,-0.5) (-10,1)--(-10,-2)--(-10.5,-3)
    (-10,-2)--(-9.5,-3) (-12,0)--(-13,0.5) (-2.5,-5)--(-3,-4)--(-3,6)--(-2.5,7)
    (-2,-2)--(-5,-2)--(-6,-1.5) (-3,-4)--(-3.5,-5) (-2,2)--(-5,2)--(-6,1.5)
    (-2,4)--(-5,4)--(-6,3.5) (-3,6)--(-3.5,7) (-5,-2)--(-6,-2.5) (-5,2)
    --(-6,2.5) (-5,4)--(-6,4.5) (-8,1)--(-8,-2)--(-7.5,-3) (-8,-2)--(-8.5,-3)
    (0,1)--(0,-2)--(-0.5,-3) (0,-2)--(0.5,-3) (10,1)--(10,-2)--(10.5,-3)
    (10,-2)--(9.5,-3) (12,0)--(13,0.5) (2,-1.5)--(3,-2)--(2,-2.5) (2,-3.5)
    --(3,-4)--(2,-4.5) (2,1.5)--(3,2)--(2,2.5) (2,3.5)--(3,4)--(2,4.5) (3,-2)
    --(6,-2) (3,-4)--(6,-4) (3,2)--(6,2) (3,4)--(6,4) (4.5,-7)--(5,-6)--(5,6)
    --(4.5,7) (5,-6)--(5.5,-7) (5,6)--(5.5,7) (8,1)--(8,-2)--(7.5,-3) (8,-2)
    --(8.5,-3);
  \end{scope}
\end{tikzpicture}
% end generated


%------------------------------------------------------------------------------

\medskip

Each column is trees of $n \bmod 7$ vertices.  There are some initial
exceptions then a general form in each column.  Column 0 has its
general form once not empty.  Column 1 has its general form
immediately.

Each row adds 7 further vertices in the form of a new ``C'' piece in
one of the tree arms or middle.  The $n{=}8$ case (column 1 second
row) is a single C \kern.05em (and vertex it attaches to).

The last initial exception is at $n{=}30$ in column 2 (5th row 3 Cs).
It looks like it could be the predecessor of $n{=}37$ (6th row 4 Cs),
but going up the page for successive smaller sizes in that column, the
general form is one C removed from the middle every 5 rows.  At
$n{=}30$ the pattern would be remove from the middle, but the middle
is already empty.


%------------------------------------------------------------------------------

\pagebreak  % ALLOW

Columns 2 and 6 take a while for their patterns to show.  Here are
bigger examples of each to illustrate.  $n{=}181$ is Heuberger and
Wagner's sample size and is drawn in their style.

\begin{center}
\begin{tikzpicture}[scale=.2]

  \begin{scope}

% generated by gen-MostMaximumMatchingsTree-samples.pl 177
  \draw (-1,1)--(-1,-2)--(-0.5,-3) (-1,-2)--(-1.5,-3) (9,0)--(-7,0) (-3,1)
    --(-3,-2)--(-2.5,-3) (-3,-2)--(-3.5,-3) (-6,-11)--(-6,11) (-5,-10)
    --(-8,-10)--(-9,-10.5) (-5,-2)--(-8,-2)--(-9,-1.5) (-5,-4)--(-8,-4)
    --(-9,-3.5) (-5,-6)--(-8,-6)--(-9,-5.5) (-5,-8)--(-8,-8)--(-9,-7.5) (-5,10)
    --(-8,10)--(-9,10.5) (-5,2)--(-8,2)--(-9,1.5) (-5,4)--(-8,4)--(-9,3.5)
    (-5,6)--(-8,6)--(-9,5.5) (-5,8)--(-8,8)--(-9,7.5) (-8,-10)--(-9,-9.5)
    (-8,-2)--(-9,-2.5) (-8,-4)--(-9,-4.5) (-8,-6)--(-9,-6.5) (-8,-8)--(-9,-8.5)
    (-8,10)--(-9,9.5) (-8,2)--(-9,2.5) (-8,4)--(-9,4.5) (-8,6)--(-9,6.5) (-8,8)
    --(-9,8.5) (1,1)--(1,-2)--(0.5,-3) (1,-2)--(1.5,-3) (3,1)--(3,-2)--(2.5,-3)
    (3,-2)--(3.5,-3) (5,-9.5)--(6,-10)--(5,-10.5) (5,-1.5)--(6,-2)--(5,-2.5)
    (5,-3.5)--(6,-4)--(5,-4.5) (5,-5.5)--(6,-6)--(5,-6.5) (5,-7.5)--(6,-8)
    --(5,-8.5) (5,10.5)--(6,10)--(5,9.5) (5,1.5)--(6,2)--(5,2.5) (5,3.5)--(6,4)
    --(5,4.5) (5,5.5)--(6,6)--(5,6.5) (5,7.5)--(6,8)--(5,8.5) (6,-10)--(9,-10)
    (6,-2)--(9,-2) (6,-4)--(9,-4) (6,-6)--(9,-6) (6,-8)--(9,-8) (6,10)--(9,10)
    (6,2)--(9,2) (6,4)--(9,4) (6,6)--(9,6) (6,8)--(9,8) (8,-11)--(8,11);
  \fill foreach \p in {(-6,0),(-4,0),(-3,0),(-3,1),(-3,-1),(-3,-2),(-3.5,-3)
    ,(-2.5,-3),(-2,0),(-1,0),(-1,1),(-1,-1),(-1,-2),(-1.5,-3),(-0.5,-3),(0,0)
    ,(1,0),(1,1),(1,-1),(1,-2),(0.5,-3),(1.5,-3),(2,0),(3,0),(3,1),(3,-1)
    ,(3,-2),(2.5,-3),(3.5,-3),(4,0),(8,0),(-6,-1),(-6,-2),(-5,-2),(-7,-2)
    ,(-8,-2),(-9,-1.5),(-9,-2.5),(-6,-3),(-6,-4),(-5,-4),(-7,-4),(-8,-4)
    ,(-9,-3.5),(-9,-4.5),(-6,-5),(-6,-6),(-5,-6),(-7,-6),(-8,-6),(-9,-5.5)
    ,(-9,-6.5),(-6,-7),(-6,-8),(-5,-8),(-7,-8),(-8,-8),(-9,-7.5),(-9,-8.5)
    ,(-6,-9),(-6,-10),(-5,-10),(-7,-10),(-8,-10),(-9,-9.5),(-9,-10.5),(-6,-11)
    ,(8,-1),(8,-2),(9,-2),(7,-2),(6,-2),(5,-1.5),(5,-2.5),(8,-3),(8,-4),(9,-4)
    ,(7,-4),(6,-4),(5,-3.5),(5,-4.5),(8,-5),(8,-6),(9,-6),(7,-6),(6,-6)
    ,(5,-5.5),(5,-6.5),(8,-7),(8,-8),(9,-8),(7,-8),(6,-8),(5,-7.5),(5,-8.5)
    ,(8,-9),(8,-10),(9,-10),(7,-10),(6,-10),(5,-9.5),(5,-10.5),(8,-11),(-6,1)
    ,(-6,2),(-5,2),(-7,2),(-8,2),(-9,1.5),(-9,2.5),(-6,3),(-6,4),(-5,4),(-7,4)
    ,(-8,4),(-9,3.5),(-9,4.5),(-6,5),(-6,6),(-5,6),(-7,6),(-8,6),(-9,5.5)
    ,(-9,6.5),(-6,7),(-6,8),(-5,8),(-7,8),(-8,8),(-9,7.5),(-9,8.5),(-6,9)
    ,(-6,10),(-5,10),(-7,10),(-8,10),(-9,9.5),(-9,10.5),(-6,11),(8,1),(8,2)
    ,(9,2),(7,2),(6,2),(5,1.5),(5,2.5),(8,3),(8,4),(9,4),(7,4),(6,4),(5,3.5)
    ,(5,4.5),(8,5),(8,6),(9,6),(7,6),(6,6),(5,5.5),(5,6.5),(8,7),(8,8),(9,8)
    ,(7,8),(6,8),(5,7.5),(5,8.5),(8,9),(8,10),(9,10),(7,10),(6,10),(5,9.5)
    ,(5,10.5),(8,11),(-7,0),(9,0)} {\p circle (0.2)};
% end generated

    \node at (0,-11.5) [below] {$n{=}177$};
  \end{scope}

  \begin{scope}[shift={(34, 1)}]

% generated by gen-MostMaximumMatchingsTree-samples.pl 181
  \draw (-17,-0.5)--(-16,-1)--(16,-1)--(17,-0.5) (-10,0)--(-10,-3)--(-10.5,-4)
    (-10,-3)--(-9.5,-4) (-12,0)--(-12,-3)--(-11.5,-4) (-12,-3)--(-12.5,-4)
    (-14,0)--(-14,-3)--(-13.5,-4) (-14,-3)--(-14.5,-4) (-16,-1)--(-17,-1.5)
    (-2,0)--(-2,-3)--(-1.5,-4) (-2,-3)--(-2.5,-4) (-4.5,-10)--(-5,-9)--(-5,7)
    --(-4.5,8) (-4,-3)--(-7,-3)--(-8,-2.5) (-4,-5)--(-7,-5)--(-8,-4.5) (-4,-7)
    --(-7,-7)--(-8,-6.5) (-5,-9)--(-5.5,-10) (-4,1)--(-7,1)--(-8,0.5) (-4,3)
    --(-7,3)--(-8,2.5) (-4,5)--(-7,5)--(-8,4.5) (-5,7)--(-5.5,8) (-7,-3)
    --(-8,-3.5) (-7,-5)--(-8,-5.5) (-7,-7)--(-8,-7.5) (-7,1)--(-8,1.5) (-7,3)
    --(-8,3.5) (-7,5)--(-8,5.5) (0,0)--(0,-3)--(-0.5,-4) (0,-3)--(0.5,-4)
    (10,0)--(10,-3)--(10.5,-4) (10,-3)--(9.5,-4) (12,0)--(12,-3)--(11.5,-4)
    (12,-3)--(12.5,-4) (14,0)--(14,-3)--(13.5,-4) (14,-3)--(14.5,-4) (16,-1)
    --(17,-1.5) (2,0)--(2,-3)--(1.5,-4) (2,-3)--(2.5,-4) (4,-2.5)--(5,-3)
    --(4,-3.5) (4,-4.5)--(5,-5)--(4,-5.5) (4,-6.5)--(5,-7)--(4,-7.5) (4,0.5)
    --(5,1)--(4,1.5) (4,2.5)--(5,3)--(4,3.5) (4,4.5)--(5,5)--(4,5.5) (4,6.5)
    --(5,7)--(4,7.5) (5,-3)--(8,-3) (5,-5)--(8,-5) (5,-7)--(8,-7) (5,1)--(8,1)
    (5,3)--(8,3) (5,5)--(8,5) (5,7)--(8,7) (6.5,-10)--(7,-9)--(7,9)--(6.5,10)
    (7,-9)--(7.5,-10) (7,9)--(7.5,10);
  \fill foreach \p in {(-5,-1),(-3,-1),(-2,-1),(-2,0),(-2,-2),(-2,-3),(-2.5,-4)
    ,(-1.5,-4),(-1,-1),(0,-1),(0,0),(0,-2),(0,-3),(-0.5,-4),(0.5,-4),(1,-1)
    ,(2,-1),(2,0),(2,-2),(2,-3),(1.5,-4),(2.5,-4),(3,-1),(7,-1),(-5,-2),(-5,-3)
    ,(-4,-3),(-6,-3),(-7,-3),(-8,-2.5),(-8,-3.5),(-5,-4),(-5,-5),(-4,-5)
    ,(-6,-5),(-7,-5),(-8,-4.5),(-8,-5.5),(-5,-6),(-5,-7),(-4,-7),(-6,-7)
    ,(-7,-7),(-8,-6.5),(-8,-7.5),(-5,-8),(-5,-9),(-5.5,-10),(-4.5,-10),(7,-2)
    ,(7,-3),(8,-3),(6,-3),(5,-3),(4,-2.5),(4,-3.5),(7,-4),(7,-5),(8,-5),(6,-5)
    ,(5,-5),(4,-4.5),(4,-5.5),(7,-6),(7,-7),(8,-7),(6,-7),(5,-7),(4,-6.5)
    ,(4,-7.5),(7,-8),(7,-9),(6.5,-10),(7.5,-10),(-9,-1),(-10,-1),(-10,0)
    ,(-10,-2),(-10,-3),(-9.5,-4),(-10.5,-4),(-11,-1),(-12,-1),(-12,0),(-12,-2)
    ,(-12,-3),(-11.5,-4),(-12.5,-4),(-13,-1),(-14,-1),(-14,0),(-14,-2),(-14,-3)
    ,(-13.5,-4),(-14.5,-4),(-15,-1),(-16,-1),(-17,-0.5),(-17,-1.5),(9,-1)
    ,(10,-1),(10,0),(10,-2),(10,-3),(9.5,-4),(10.5,-4),(11,-1),(12,-1),(12,0)
    ,(12,-2),(12,-3),(11.5,-4),(12.5,-4),(13,-1),(14,-1),(14,0),(14,-2),(14,-3)
    ,(13.5,-4),(14.5,-4),(15,-1),(16,-1),(17,-1.5),(17,-0.5),(-5,0),(-5,1)
    ,(-4,1),(-6,1),(-7,1),(-8,0.5),(-8,1.5),(-5,2),(-5,3),(-4,3),(-6,3),(-7,3)
    ,(-8,2.5),(-8,3.5),(-5,4),(-5,5),(-4,5),(-6,5),(-7,5),(-8,4.5),(-8,5.5)
    ,(-5,6),(-5,7),(-4.5,8),(-5.5,8),(7,0),(7,1),(8,1),(6,1),(5,1),(4,0.5)
    ,(4,1.5),(7,2),(7,3),(8,3),(6,3),(5,3),(4,2.5),(4,3.5),(7,4),(7,5),(8,5)
    ,(6,5),(5,5),(4,4.5),(4,5.5),(7,6),(7,7),(8,7),(6,7),(5,7),(4,6.5),(4,7.5)
    ,(7,8),(7,9),(7.5,10),(6.5,10)} {\p circle (0.2)};
% end generated

    \node at (0, -12.5) [below] {$n{=}181$};
  \end{scope}

\end{tikzpicture}
\end{center}

\vspace{3\baselineskip}

These pictures were made using a secret undocumented coordinates
feature in my
\texttt{Graph::\linebreak[0]Maker::\linebreak[0]MostMaximumMatchingsTree}.

\url{http://user42.tuxfamily.org/graph-maker-other/index.html}

\medskip

Some completely non\hyp{}visual tree building can be found in my
Pari\MySlash{}GP vpar
\texttt{examples/\linebreak[0]most-\linebreak[0]maximum-\linebreak[0]matchings.gp}.
It includes recurrences and generating functions for the number of
maximum matchings.

\url{http://user42.tuxfamily.org/pari-vpar/index.html}

\medskip

And all this is following: Clemens Heuberger and Stephan Wagner, ``The
Number of Maximum Matchings in a Tree'', Discrete Mathematics, volume
311, issue 21, November 2011, pages 2512-2542.

\url{http://arxiv.org/abs/1011.6554}

\url{https://www.math.tugraz.at/~cheub/publications/max-card-matching/}


%------------------------------------------------------------------------------
\end{document}