First off, my apologies for the long and convoluted title. I am no mathematician so I don't know the "proper" terms to use... which is exactly my problem:
I want to find a/any/one Latin square of order 8 in which each pair of numbers in each row only occurs once in the complete square, i.e. I am looking for a latin square $L\in\mathbb{N}^{n\times n}$ in which each pair $(l_{i,j},l_{i,j+1}), i\in[1,n],j\in[1,n)$ is unique.
Here is an example for an order-4 square:
A "regular" Latin square that does not have the property I am looking for: $$ A= \begin{bmatrix} 1 & 2 & 3 & 4 \\ 2 & 3 & 4 & 1 \\ 3 & 4 & 1 & 2 \\ 4 & 1 & 2 & 3 \\ \end{bmatrix} $$
A Latin square that has the property I am looking for: $$ B= \begin{bmatrix} 1 & 2 & 3 & 4 \\ 2 & 4 & 1 & 3 \\ 3 & 1 & 4 & 2 \\ 4 & 3 & 2 & 1 \\ \end{bmatrix} $$
For example, in $A$ the pair $(a_{1,2},a_{1,3})=(2,3)$ is repeated in the the rows 2 and 3 as $(a_{2,1},a_{2,2})$ and $(a_{3,3},a_{3,4})$, respectively. In $B$, however, that same pair $(b_{1,2},b_{1,3})=(2,3)$ is not repeated. Is there a name for this property?
To be honest, I don't even know if such a Latin square exist for order 8, but so far I haven't been able to find some related information, mainly as I don't know what to google for :(.
Any answer that gives me some searchable terms would greatly help me. Of course, a direct example of a Latin square of order 8 with the property I am after would be even more appreciated. Thanks in advance for spending your time responding.
PS:In case somebody is wondering why I am looking for this: I am trying to set up a full factorial experiment with 3 factors at 2 levels each, i.e. $2^3=8$ cases. I would like to use the Latin square I am after to find sequences of the individual experiments in which two experiments never follow each other more than once so that I can exclude any training or learning effects from one to the other.
Edit: While further looking onto this I noticed that my given example square $B$ shows additional properties that I actually don't really care for: I neither need $B$ to be in reduced form (first row and first column are in natural order), nor do I need $B$ to be symmetric ($B=B^T$).
Hi I believe that the name of the property you are describing is row complete. See here for more information http://personal.maths.surrey.ac.uk/st/H.Bruin/MMath/LatinSquares.html