Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123972
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123972 a(n) = 1 - 2*n - n^2 + n^3. +0
1
1, -1, 1, 13, 41, 91, 169, 281, 433, 631, 881, 1189, 1561, 2003, 2521, 3121, 3809, 4591, 5473, 6461, 7561, 8779, 10121, 11593, 13201, 14951, 16849, 18901, 21113, 23491, 26041, 28769, 31681, 34783, 38081, 41581, 45289, 49211, 53353, 57721, 62321, 67159, 72241 (list; graph; listen)
OFFSET

0,4

COMMENT

a(n) = determinant of the 3 X 3 matrix {{n,-1,0 },{-1,n,-1},{0,-1,n-1}}.

MAPLE

with(linalg): M:=n->matrix(3, 3, [n, -1, 0, -1, n, -1, 0, -1, n-1]): seq(det(M(n)), n=0..42);

MATHEMATICA

M[n_] := {{n, -1, 0 }, {-1, n, -1}, {0, -1, n - 1}}; p[n_, x_] = Factor[CharacteristicPolynomial[M[n], x]]; Table[CoefficientList[p[n, x], x][[1]], {n, 1, 25}]

CROSSREFS

Adjacent sequences: A123969 A123970 A123971 this_sequence A123973 A123974 A123975

Sequence in context: A102083 A139866 A026918 this_sequence A141970 A028468 A102130

KEYWORD

sign

AUTHOR

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

EXTENSIONS

Edited by njas, Nov 01 2006 and Nov 24 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 October 12 12:19 EDT 2008. Contains 144830 sequences.


AT&T Labs Research