|
Search: id:A140886
|
|
|
| A140886 |
|
A triangular sequence of coefficients of the characteristic polynomials of Redheffer matrics using Eric Weisstein's matrix function. |
|
+0 1
|
|
| 1, 1, -1, 0, -2, 1, -1, -1, 3, -1, -1, 1, 3, -4, 1, -2, 5, -1, -6, 5, -1, -1, 5, -6, -3, 10, -6, 1, -2, 11, -21, 13, 8, -15, 7, -1, -2, 13, -33, 38, -11, -19, 21, -8, 1, -2, 16, -52, 86, -69, 7, 34, -28, 9, -1, -1, 12, -54, 124, -155, 90, 13, -56, 36, -10, 1
(list; table; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Row sums are: {1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, ...}
Inspired by Mats Granvik's sequence A140865, the sequence is the usual matrix based polynomial sequence type.
|
|
REFERENCES
|
Weisstein, Eric W."Redheffer Matrix." http : // mathworld.wolfram.com/RedhefferMatrix.html
|
|
FORMULA
|
t(n,m)=Coefficients( CharacteristicPolynomials(Redheffer(d))).
|
|
EXAMPLE
|
{1},
{1, -1},
{0, -2, 1},
{-1, -1,3, -1},
{-1, 1, 3, -4, 1},
{-2, 5, -1, -6, 5, -1},
{-1, 5, -6, -3, 10, -6, 1},
{-2, 11, -21, 13, 8, -15, 7, -1},
{-2, 13, -33, 38, -11, -19, 21, -8, 1},
{-2, 16, -52, 86, -69,7, 34, -28, 9, -1},
{-1, 12, -54, 124, -155, 90, 13, -56, 36, -10, 1}
|
|
MATHEMATICA
|
Redheffer[d_] := SparseArray[{{i_, 1} -> 1, {i_, j_} /; Mod[j, i] == 0 -> 1}, {d, d}] a = Join[{{1}}, Table[CoefficientList[CharacteristicPolynomial[Redheffer[d], x], x], {d, 1, 10}]] Flatten[a]
|
|
CROSSREFS
|
Cf. A140865.
Sequence in context: A115561 A115622 A108886 this_sequence A001492 A054576 A138904
Adjacent sequences: A140883 A140884 A140885 this_sequence A140887 A140888 A140889
|
|
KEYWORD
|
uned,tabl,sign
|
|
AUTHOR
|
Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Jul 23 2008
|
|
|
Search completed in 0.006 seconds
|