|
FORMULA
|
Let A = the 6x2 adjacency matrix of a benzene ring (ref.): [0,1,0,0,0,1; 1,0,1,0,0,0; 0,1,0,1,0,0; 0,0,1,0,1,0; 0,0,0,1,0,1; 1,0,0,0,1,0]. Then perform M = A^2 - A = [2,-1,1,0,1,-1; -1,2,-1,1,0,1; 1,-1,2,-1,1,0; 0,1,-1,2,-1,1; 1,0,1,-1,2,-1; -1,1,0,1,-1,2]. a(n) = leftmost term in M^n * [1,0,0,0,0,0].
|