cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103407 Triangle of absolute values of the coefficients (in descending powers) of the characteristic polynomials of n X n matrices with 3's on the main diagonal and 1's elsewhere.

This page as a plain text file.
%I A103407 #11 Sep 24 2013 12:07:20
%S A103407 1,1,3,1,6,8,1,9,24,20,1,12,48,80,48,1,15,80,200,240,112,1,18,120,400,
%T A103407 720,672,256,1,21,168,700,1680,2352,1792,576,1,24,224,1120,3360,6272,
%U A103407 7168,4608,1280,1,27,288,1680,6048,14112,21504,20736,11520,2816,1,30
%N A103407 Triangle of absolute values of the coefficients (in descending powers) of the characteristic polynomials of n X n matrices with 3's on the main diagonal and 1's elsewhere.
%e A103407 3rd row (1, 9, 24, 20) with alternating signs = characteristic polynomial 3 X 3 matrix [3 1 1 / 1 3 1 / 1 1 3], x^3 - 9x^2 + 24x - 20.
%Y A103407 Row sums are A006234: 1, 4, 15, 54, 189... Rightmost terms in each row = A001792: 1, 3, 8, 20, 48, 112, 256...(row sums of A103406, the analogous triangle with all 2's in the generating matrix.)
%Y A103407 See A103247 for another version.
%K A103407 nonn,tabl
%O A103407 0,3
%A A103407 _Gary W. Adamson_, Feb 04 2005
%E A103407 Extended and edited by _John W. Layman_, Mar 17 2005