Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119516
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119516 So(5)-like pattern matrix of alternating sign 5 X 5 Matrix Markov with low ratio and characteristic polynomial: 5*x^4+10*x^2+1. +0
1
0, 1, 9, -3, -83, 25, 785, -235, -7435, 2225, 70425, -21075, -667075, 199625, 6318625, -1890875, -59850875, 17910625, 566915625, -169651875, -5369901875, 1606965625, 50864440625, -15221396875, -481794896875, 144179140625, 4563626765625, -1365684421875, -43227293171875 (list; graph; listen)
OFFSET

0,3

FORMULA

M = Table[If[n == m, 0, If[n > m, -(-1)^(n + m), (-1)^(n + m)]], {n, 1, 5}, {m, 1, 5}]; w[1] = {0, 1, 1, 2, 3}; w[n_] := w[n] = M.w[n - 1] a[n]=w[n][[1]]

EXAMPLE

Diagonals alternate in sign, main diagonal zero:

{{0, -1, 1, -1, 1},

{1, 0, -1, 1, -1},

{-1, 1, 0, -1, 1},

{1, -1, 1,0, -1},

{-1, 1, -1, 1, 0}}

MATHEMATICA

M = Table[If[n == m, 0, If[n > m, -(-1)^(n + m), (-1)^(n + m)]], {n, 1, 5}, {m, 1, 5}]; w[1] = {0, 1, 1, 2, 3}; w[n_] := w[n] = M.w[n - 1] a = Table[w[n][[1]], {n, 1, 30}]

CROSSREFS

Sequence in context: A103935 A040077 A038293 this_sequence A116393 A021918 A112146

Adjacent sequences: A119513 A119514 A119515 this_sequence A119517 A119518 A119519

KEYWORD

sign,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com)), Jul 27 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research