OFFSET
1,3
REFERENCES
William G. Harter, Physics Department, University of Arkansas; personal communication.
EXAMPLE
First few rows of the triangle are:
1;
1, 2;
1, 4, 3;
1, 6, 10, 5;
1, 8, 21, 20, 4;
1, 10, 36, 56, 35, 7;
1, 12, 55, 120, 126, 56, 6;
...
Example: Charpoly of the 4 X 4 matrix [2,1,0,1; 1,2,1,0; 0,1,2,1; 0,0,1,2] = x^4 - 8*x^3 + 21*x^2 - 20*x + 4; with a root sqrt(3)+2.
CROSSREFS
KEYWORD
AUTHOR
Gary W. Adamson, Dec 28 2006
EXTENSIONS
Edited by N. J. A. Sloane, Aug 10 2019
STATUS
approved