None
Conclusion:
Alph:. L:Alph List. n:. (Ln) = if (n = 0) then [] else L @ (Ln - 1) fi
1. (Ln) = if (n = 0) then [] else L @ (Ln - 1) fi