Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120718
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120718 First level Hadamard-Sylvester matrix self-similarity for the 2 X 2 Fibonacci matrix as a 4 X 4 matrix Markov ( made using an array repartitioning method) Characteristic Ploynomial:1 - x - 4 x^2 - x^3 + x^4. +0
1
0, 3, 6, 18, 45, 120, 312, 819, 2142, 5610, 14685, 38448, 100656, 263523, 689910, 1806210, 4728717, 12379944, 32411112, 84853395, 222149070, 581593818, 1522632381, 3986303328, 10436277600, 27322529475, 71531310822, 187271402994 (list; graph; listen)
OFFSET

1,2

FORMULA

t[n_, m_] := If[ n == m == 1, 0, 1] a = Table[t[n, m]*t[i, j], {n, 1, 2}, {m, 1, 2}, {i, 1, 2}, {j, 1, 2}]; M = Flatten[Table[{Flatten[Table[a[[ n, m]][[1, i]], {n, 1, 2}, {i, 1, 2}]], Flatten[Table[a[[n, m]][[2, i]], {n, 1, 2}, {i, 1, 2}]]}, {m, 1, 2}], 1] v[1] = {0, 1, 2, 3} v[n_] := v[n] = M.v[n - 1] a(n) = v[n][[1]]

MATHEMATICA

t[n_, m_] := If[ n == m == 1, 0, 1] a = Table[t[n, m]*t[i, j], {n, 1, 2}, {m, 1, 2}, {i, 1, 2}, {j, 1, 2}]; M = Flatten[Table[{Flatten[Table[a[[ n, m]][[1, i]], {n, 1, 2}, {i, 1, 2}]], Flatten[Table[a[[n, m]][[2, i]], {n, 1, 2}, {i, 1, 2}]]}, {m, 1, 2}], 1] v[1] = {0, 1, 2, 3} v[n_] := v[n] = M.v[n - 1] a = Table[v[n][[1]], {n, 1, 50}] Det[M - x*IdentityMatrix[4]] Factor[%] aaa = Table[x /. NSolve[Det[M - x*IdentityMatrix[4]] == 0, x][[n]], {n, 1, 4}] Abs[aaa] a1 = Table[N[a[[n]]/a[[n - 1]]], {n, 7, 50}]

CROSSREFS

Cf. A000045, A072845.

Sequence in context: A081150 A007990 A121188 this_sequence A032120 A115344 A108507

Adjacent sequences: A120715 A120716 A120717 this_sequence A120719 A120720 A120721

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Aug 13 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research