Mathematical Description

For both Skolem and Langford sequences if n is divisible by 4 then there are solutions. Langford sequences also appear to have solutions if after dividing n by 4 there is a remainder of 3 and Skolem sequences have solutions if the remainder is 1.

Definition: Langford and Skolem sequences can both be generalized as follows:
Two of each number S = [1, 2...n] with the property: yi = xi + ti for i = 1, 2...n. Langford sequences: yi = xi + i + 1, S = [1, 2...n] and i = 1, 2...n
Skolem sequences: yi = xi + i, S = [1, 2...n] and i = 1, 2...n

In both cases we would say the sequence has order n, meaning the largest number used is n. Its defect is the smallest separation between a pair: 1 for Skolem sequences and 2 for Langford sequences.

We can even further generalize Langford and Skolem sequences in a couple ways.
For instance, Skolem and Langford sequences can allow zeroes — empty spaces where no paired number sits: 41134030
Additionally, we can have a Skolem or Langford sequence that contains only a subset of 1, 2...n such as: 75311357

Skolem squares use both these properties, allowing 0s and a subset of 1, 2...n in each row and column of the square.