Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098054
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098054 Let M={{0,1},{1,1}}, M0=MatrixPower[(M-IdentityMatrix[2]),2], Det[M0]; a[n_]:=M0.a[n-1]; a[0]:={{0,1},{1,1}}; +0
1
0, 1, 1, 1, 1, 1, 1, 0, 3, 2, 2, 1, 8, 5, 5, 3, 21, 13, 13, 8, 55, 34, 34, 21, 144, 89, 89, 55, 377, 233, 233, 144, 987, 610, 610, 377, 2584, 1597, 1597, 987, 6765, 4181, 4181, 2584, 17711, 10946, 10946, 6765, 46368, 28657, 28657, 17711, 121393, 75025, 75025 (list; graph; listen)
OFFSET

0,9

COMMENT

2 X 2 matrix sequence of square (M-I)^2 on Fibonacci generator matrix.

MATHEMATICA

(* 2 X 2 matrix sequence*) digits=50 M={{0, 1}, {1, 1}} M0=MatrixPower[(M-IdentityMatrix[2]), 2] Det[M0] A[n_]:=M0.A[n-1]; A[0]:={{0, 1}, {1, 1}}; (* flattened sequence of 2 X 2 matrices made with an alternating recurrence*) b=Flatten[Table[Abs[A[n]], {n, 0, digits}]] ListPlot[b, PlotJoined->True]

CROSSREFS

Sequence in context: A131015 A130195 A071048 this_sequence A075801 A116943 A144476

Adjacent sequences: A098051 A098052 A098053 this_sequence A098055 A098056 A098057

KEYWORD

nonn

AUTHOR

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

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research