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.

A117162 Matrix inverse of triangle A112682.

This page as a plain text file.
%I A117162 #9 May 31 2013 18:56:20
%S A117162 1,-1,1,-1,-1,1,0,-2,-1,1,-1,0,-2,-1,1,1,-1,-1,-2,-1,1,-1,1,-1,-1,-2,
%T A117162 -1,1,0,0,2,-2,-1,-2,-1,1,0,1,-1,2,-2,-1,-2,-1,1,1,-1,3,0,1,-2,-1,-2,
%U A117162 -1,1,-1,1,-1,3,0,1,-2,-1,-2,-1,1,0,2,2,0,4,-1,1,-2,-1,-2,-1,1,-1,0,2,2,0,4,-1,1,-2,-1,-2,-1,1
%N A117162 Matrix inverse of triangle A112682.
%C A117162 The limit of the columns (without leading zeros) is A117166, the Shift-Moebius transform of [1,0,0,0,...] (cf. A117165).
%F A117162 Column k+1 equals the Moebius transform of column k preceded by a zero, where column k includes the k-1 zeros above the diagonal, for k>=1, starting with A008683 in column 1.
%e A117162 Column 1 equals A008683 = Moebius transform of [1,0,0,0,...].
%e A117162 Column 2 = Moebius transform of column 1 preceded by a zero: [0,1,-1,-2,0,-1,1,0,...] = Moebius([0, 1,-1,-1,0,-1,1,-1,...]).
%e A117162 Column 3 = Moebius transform of column 2 preceded by a zero: [0,0,1,-1,-2,-1,-1,2,...] = Moebius([0, 0,1,-1,-2,0,-1,1,...]).
%e A117162 Column 4 = Moebius transform of column 3 preceded by a zero: [0,0,0,1,-1,-2,-1,-2,...] = Moebius([0, 0,0,1,-1,-2,-1,-1,...]).
%e A117162 Triangle begins:
%e A117162 1;
%e A117162 -1, 1;
%e A117162 -1,-1, 1;
%e A117162 0,-2,-1, 1;
%e A117162 -1, 0,-2,-1, 1;
%e A117162 1,-1,-1,-2,-1, 1;
%e A117162 -1, 1,-1,-1,-2,-1, 1;
%e A117162 0, 0, 2,-2,-1,-2,-1, 1;
%e A117162 0, 1,-1, 2,-2,-1,-2,-1, 1;
%e A117162 1,-1, 3, 0, 1,-2,-1,-2,-1, 1;
%e A117162 -1, 1,-1, 3, 0, 1,-2,-1,-2,-1, 1;
%e A117162 0, 2, 2, 0, 4,-1, 1,-2,-1,-2,-1, 1;
%e A117162 -1, 0, 2, 2, 0, 4,-1, 1,-2,-1,-2,-1, 1; ...
%Y A117162 Cf. A112682 (inverse), A008683 (column 1), A117163 (column 2), A117164 (column 3); A117165 (Shift-Moebius), A117170 (inverse Shift-Moebius).
%K A117162 sign,tabl
%O A117162 1,8
%A A117162 _Wouter Meeussen_ and _Paul D. Hanna_, Mar 05 2006