Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123967
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123967 Triangle read by rows: T(0,0)=1; for n>=1 T(n,k) is the coefficient of x^k in the monic characteristic polynomial of the tridiagonal n X n matrix with main diagonal 5,5,5,... and sub- and superdiagonals 1,1,1,... (0<=k<=n). +0
2
1, -5, 1, 24, -10, 1, -115, 73, -15, 1, 551, -470, 147, -20, 1, -2640, 2828, -1190, 246, -25, 1, 12649, -16310, 8631, -2400, 370, -30, 1, -60605, 91371, -58275, 20385, -4225, 519, -35, 1, 290376, -501150, 374115, -157800, 41140, -6790, 693, -40, 1, -1391275, 2704755, -2313450, 1142730, -359275, 74571 (list; table; graph; listen)
OFFSET

0,2

COMMENT

T(n,0)=(-1)^n*A004254(n+1).

Riordan array (1/(1+5*x+x^2),x/(1+5*x+x^2)) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Feb 03 2007

REFERENCES

Eric Weisstein's World of Mathematics, "Tridiagonal Matrix." http://mathworld.wolfram.com/TridiagonalMatrix.html

EXAMPLE

Triangle starts:

1;

-5, 1,

24, -10, 1,

-115, 73,-15, 1,

551, -470, 147, -20, 1,

-2640, 2828, -1190, 246, -25, 1,

12649, -16310, 8631, -2400, 370, -30, 1,

MAPLE

with(linalg): m:=proc(i, j) if i=j then 5 elif abs(i-j)=1 then 1 else 0 fi end: T:=(n, k)->coeff(charpoly(matrix(n, n, m), x), x, k): 1; for n from 1 to 9 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A123343.

Cf. A004254.

Sequence in context: A029757 A101625 A051929 this_sequence A077195 A038243 A075500

Adjacent sequences: A123964 A123965 A123966 this_sequence A123968 A123969 A123970

KEYWORD

tabl,sign

AUTHOR

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

EXTENSIONS

Edited by njas, Dec 03 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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research