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.

A156734 Square array read by antidiagonals up. T(n,k) = if k divides n then +1 else -1.

This page as a plain text file.
%I A156734 #3 Apr 25 2016 11:45:53
%S A156734 1,1,-1,1,1,-1,1,-1,-1,-1,1,1,1,-1,-1,1,-1,-1,-1,-1,-1,1,1,-1,1,-1,-1,
%T A156734 -1,1,-1,1,-1,-1,-1,-1,-1,1,1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,
%U A156734 -1,-1,-1,1,1,1,1,-1,1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
%N A156734 Square array read by antidiagonals up. T(n,k) = if k divides n then +1 else -1.
%C A156734 Swap the element in the lower right corner with the element in the upper right corner and calculate the determinant. The result is sequence A127511.
%F A156734 T(n,k) = if k divides n then +1 else -1.
%e A156734 Table begins:
%e A156734 1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1..1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1.-1.-1.-1..1.-1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1..1..1.-1.-1..1.-1.-1.-1.-1.-1.-1.-1
%e A156734 1.-1.-1.-1.-1.-1..1.-1.-1.-1.-1.-1.-1
%e A156734 1..1.-1..1.-1.-1.-1..1.-1.-1.-1.-1.-1
%e A156734 1.-1..1.-1.-1.-1.-1.-1..1.-1.-1.-1.-1
%e A156734 1..1.-1.-1..1.-1.-1.-1.-1..1.-1.-1.-1
%e A156734 1.-1.-1.-1.-1.-1.-1.-1.-1.-1..1.-1.-1
%e A156734 1..1..1..1.-1..1.-1.-1.-1.-1.-1..1.-1
%e A156734 1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1.-1..1
%o A156734 (Excel) =if(or(mod(row();column())=0);1;-1)
%Y A156734 Cf. A127511.
%K A156734 sign,tabl
%O A156734 1,1
%A A156734 _Mats Granvik_, Feb 14 2009