login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Triangle T(n,m) = A120070(n,m)-A143814(n,m) read by rows, 1<=m<n.
0

%I #5 Mar 30 2012 18:51:59

%S 0,3,-3,3,5,-8,3,5,7,-15,3,5,7,9,-24,3,5,7,9,11,-35,3,5,7,9,11,13,-48,

%T 3,5,7,9,11,13,15,-63,3,5,7,9,11,13,15,17,-80,3,5,7,9,11,13,15,17,19,

%U -99,3,5,7,9,11,13,15,17,19,21,-120

%N Triangle T(n,m) = A120070(n,m)-A143814(n,m) read by rows, 1<=m<n.

%C Row sums are sum_{1<=m<n} T(n,m)=0.

%F T(n,n-1) = -A005563(n-2).

%F T(n,m) = 2*m+1, m<n-1.

%e 0

%e 3 -3

%e 3 5 -8

%e 3 5 7 -15

%e 3 5 7 9 -24

%e 3 5 7 9 11 -35

%e 3 5 7 9 11 13 -48

%e 3 5 7 9 11 13 15 -63

%e 3 5 7 9 11 13 15 17 -80

%K sign,easy,tabl

%O 2,2

%A _Paul Curtz_, Sep 11 2008