OFFSET
1,4
LINKS
Eric Weisstein's World of Mathematics, Circulant Matrix.
EXAMPLE
a(4) = -5 because of the determinant -5 =
|1,1,1,2|
|2,1,1,1|
|1,2,1,1|
|1,1,2,1|.
a(11) = 6076067 = determinant
|1, 1, 1, 2, 1, 2, 1, 5, 2, 2, 1|
|1, 1, 1, 1, 2, 1, 2, 1, 5, 2, 2|
|2, 1, 1, 1, 1, 2, 1, 2, 1, 5, 2|
|2, 2, 1, 1, 1, 1, 2, 1, 2, 1, 5|
|5, 2, 2, 1, 1, 1, 1, 2, 1, 2, 1|
|1, 5, 2, 2, 1, 1, 1, 1, 2, 1, 2|
|2, 1, 5, 2, 2, 1, 1, 1, 1, 2, 1|
|1, 2, 1, 5, 2, 2, 1, 1, 1, 1, 2|
|2, 1, 2, 1, 5, 2, 2, 1, 1, 1, 1|
|1, 2, 1, 2, 1, 5, 2, 2, 1, 1, 1|
|1, 1, 2, 1, 2, 1, 5, 2, 2, 1, 1|.
PROG
(GAP) A118712 := n -> DeterminantMat(List([0..n-1], i->List([0..n-1], j->NrSmallGroups(((j-i) mod n)+1)))); # Eric M. Schmidt, Nov 17 2013
CROSSREFS
KEYWORD
sign
AUTHOR
Jonathan Vos Post, May 20 2006
EXTENSIONS
a(1) corrected by and more terms from Eric M. Schmidt, Nov 17 2013
STATUS
approved