|
| |
|
|
A166734
|
|
Determinant of the adjacency matrix of the n-cube graph Q_n
|
|
0
| | |
|
|
|
OFFSET
| 0,4
|
|
|
REFERENCES
| N. Biggs, Algebraic Graph Theory, Cambridge Univ. Press 1974, p.145
|
|
|
FORMULA
| a(n)=prod(j=0, n, (n-2j)^binomial(n,j)).
|
|
|
EXAMPLE
| a(3) = (3^1)*(1^3)*((-1)^3)*((-3)^1) = 3*1*(-1)*(-3) = 9.
|
|
|
CROSSREFS
| Sequence in context: A178912 A191564 A067479 * A155783 A175764 A121935
Adjacent sequences: A166731 A166732 A166733 * A166735 A166736 A166737
|
|
|
KEYWORD
| easy,sign
|
|
|
AUTHOR
| Franz Vrabec (franz.vrabec(AT)aon.at), Oct 20 2009
|
| |
|
|