Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107379
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107379 The (1,5)-entry of the matrix M^n, where M is the 5x5 matrix [[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1],[1,0,-1,1,1]]. +0
2
0, 0, 0, 1, 1, 2, 2, 3, 4, 6, 9, 13, 19, 27, 39, 56, 81, 117, 169, 244, 352, 508, 733, 1058, 1527, 2204, 3181, 4591, 6626, 9563, 13802, 19920, 28750, 41494, 59887, 86433, 124746, 180042, 259849, 375032, 541272, 781201, 1127483, 1627261, 2348575 (list; graph; listen)
OFFSET

1,6

COMMENT

Characteristic polynomial of the matrix M is x^5-x^4-x^3+x^2-1.

FORMULA

Recurrence relation: a(n)=a(n-1)+a(n-2)-a(n-3)+a(n-5) for n>=5; a(0)=0, a(1)=1, a(2)=a(3)=0, a(4)=1.

O.g.f.: -x^4/(-1+x+x^2-x^3+x^5) - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 02 2007

MAPLE

a[0]:=0:a[1]:=0:a[2]:=0:a[3]:=1:a[4]:=1: for n from 5 to 44 do a[n]:=a[n-1]+a[n-2]-a[n-3]+a[n-5] od: seq(a[n], n=0..44);

MATHEMATICA

M = {{0, 1, 0, 0, 0}, {0, 0, 1, 0, 0}, {0, 0, 0, 1, 0}, {0, 0, 0, 0, 1}, {1, 0, -1, 1, 1}} fives = Table[MatrixPower[M, i][[1, 5]], {i, 1, 50}]

CROSSREFS

Sequence in context: A068106 A005856 A107293 this_sequence A001611 A039829 A032245

Adjacent sequences: A107376 A107377 A107378 this_sequence A107380 A107381 A107382

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 08 2005

EXTENSIONS

Edited by njas, May 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 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research