Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122822
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122822 The (1,4) entry in the matrix M^n, where M is the 4 X 4 matrix [[0,-1,1,0],[0,0,-1,1],[1,1,1,0],[0,1,1,1]] (n>=0). +0
1
0, 0, -1, 0, 0, -1, 1, 2, 3, 10, 19, 35, 71, 131, 240, 446, 810, 1467, 2660, 4792, 8621, 15501, 27814, 49873, 89384, 160079, 286589, 512943, 917813, 1641978, 2937132, 5253248, 9395035, 16801268, 30044388, 53724067, 96064297, 171769178, 307129259, 549150614, 981877515, 1755576755, 3138916347 (list; graph; listen)
OFFSET

0,8

FORMULA

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

MAPLE

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

MATHEMATICA

M = {{0, -1, 1, 0}, {0, 0, -1, 1}, {1, 1, 1, 0}, {0, 1, 1, 1}}; v[1] = {0, 0, 0, 1}; v[n_] := v[n] = M.v[n - 1]; a1 = Table[v[n][[1]], {n, 1, 50}]

CROSSREFS

Sequence in context: A163467 A143045 A156909 this_sequence A083944 A165550 A095919

Adjacent sequences: A122819 A122820 A122821 this_sequence A122823 A122824 A122825

KEYWORD

sign

AUTHOR

Gary Adamson and Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 20 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 26 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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research