login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122014 Semi-Linear ( two branches) twist isomer bonding 8 X 8 matrix Markov : Characteristic polynomial: (1 - 7 x^2 + 13 x^4 - 7 x^6 + x^8)=(1 + x - 3 x^2 - x^3 + x^4)(1 - x - 3 x^2 +x^3 + x^4). 1
1, 11, 40, 42, 179, 181, 773, 790, 3363, 3460, 14705, 15175, 64448, 66594, 282739, 292313, 1240921, 1283234, 5447271, 5633552, 23913649, 24732419, 104984728, 108581082, 460905635, 476697757, 2023486253, 2092823614, 8883609963 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Bonding like: C-A-B-D | | | | H F G E It's interesting because the result permutates the second bonding set (EFGH) to (FGHE) as a twist and the result although technically the same in Matrix bonding graph terms gives a different output sequence at the same secular roots. This kind of behavior is characteristic of optical isomers.

FORMULA

M = {{0, 1, 1, 0, 0, 1, 0, 0}, {1, 0, 0, 1, 0, 0, 1, 0}, {1, 0, 0, 0, 0, 0, 0, 1}, {0, 1, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 1, 0, 0, 0, 0}, {1, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 0, 0, 0}} v[1] = Table[Fibonacci[n], {n, 1, 8}] v[n_] := v[n] = M.v[n - 1] a(n) =v[n][[1]]

MATHEMATICA

M = {{0, 1, 1, 0, 0, 1, 0, 0}, {1, 0, 0, 1, 0, 0, 1, 0}, {1, 0, 0, 0, 0, 0, 0, 1}, {0, 1, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 1, 0, 0, 0, 0}, {1, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 0, 0, 0}} v[1] = Table[Fibonacci[n], {n, 1, 8}] v[n_] := v[n] = M.v[n - 1] a = Table[Floor[v[n][[1]]], {n, 1, 50}]

CROSSREFS

Sequence in context: A138050 A183940 A077568 * A031427 A147296 A059142

Adjacent sequences:  A122011 A122012 A122013 * A122015 A122016 A122017

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 11 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:27 EST 2012. Contains 205904 sequences.