OFFSET
1,1
COMMENTS
For the four numbers {1, A002314(n), A152676(n), A152680(n)}, the multiplication table modulo A002144(n) is isomorphic with the Latin square
1 2 3 4
2 4 1 3
3 1 4 2
4 3 2 1
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
A. J. C. Cunningham, Binomial Factorisations, Vols. 1-9, Hodgson, London, 1923-1929. See Vol. 1, pp. 1-21.
MATHEMATICA
aa = {}; Do[If[Mod[Prime[n], 4] == 1, k = 1; While[ ! Mod[k^2 + 1, Prime[n]] == 0, k++ ]; AppendTo[aa, Prime[n] - k]], {n, 1, 200}]; aa
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 10 2008
STATUS
approved