Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117761
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117761 First entry of the vector (M^n)w, where M is the 7x7 matrix [[0,1,0,0,0,0,0],[0,0,1,0,0,0,0],[0,0,0,1,0,0,0],[0,0,0,0,1,0,0],[0,0,0,0,0,1,0],[0,0,0,0,0,0,1],[1,0,1,0,1,0,1]] and w is the column vector [0,1,1,2,3,5,8]. +0
1
0, 1, 1, 2, 3, 5, 8, 12, 20, 32, 51, 82, 131, 210, 336, 538, 862, 1380, 2210, 3539, 5667, 9075, 14532, 23271, 37265, 59674, 95559, 153023, 245043, 392399, 628367, 1006234, 1611330, 2580299, 4131955, 6616695, 10595627, 16967279, 27170507, 43509419 (list; graph; listen)
OFFSET

0,4

MAPLE

with(linalg): M:=matrix(7, 7, [0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1]): w[0]:=matrix(7, 1, [0, 1, 1, 2, 3, 5, 8]): for n from 1 to 40 do w[n]:=multiply(M, w[n-1]) od: seq(w[n][1, 1], n=0..40);

MATHEMATICA

M = {{0, 1, 0, 0, 0, 0, 0 }, {0, 0, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 0, 0}, {0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 0, 0, 0, 1}, {1, 0, 1, 0, 1, 0, 1}} w[1] = {0, 1, 1, 2, 3, 5, 8} w[n_] := w[n] = M.w[n - 1] Table[w[n][[1]], {n, 1, 25}] Det[M - x*IdentityMatrix[7]]

CROSSREFS

Sequence in context: A060961 A013984 A107479 this_sequence A018149 A118604 A072123

Adjacent sequences: A117758 A117759 A117760 this_sequence A117762 A117763 A117764

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 14 2006

EXTENSIONS

Edited by njas, Apr 30 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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research