\documentclass[12pt]{article}
\title{Flexagon}
\usepackage[a4paper,top=1in, bottom=0.5in, left=0.5in, right=0.5in,bindingoffset=0in,footskip=0in]{geometry}
\usepackage{tabularx}
\usepackage[thinlines]{easytable}
\begin{document}
\thispagestyle{empty}
\huge
\hspace{-0.88cm}
\begin{TAB}(e,.25\textwidth,.25\textwidth){|c:c:c:c|}{|c:c:c:c|}
1 & 1 & 3 & 2 \\
3 & & & 2 \\
2 & & & 3 \\
2 & 3 & 1 & 1
\end{TAB}
\newpage
\hspace{-0.88cm}
\begin{TAB}(e,.25\textwidth,.25\textwidth){|c:c:c:c|}{|c:c:c:c|}
4 & 4 & 6 & 5 \\
6 & & & 5 \\
5 & & & 6 \\
5 & 6 & 4 & 4
\end{TAB}
\end{document}