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”).

A141695
Triangle T(n,m) = A120070(n,m)-A143814(n,m) read by rows, 1<=m<n.
0
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, 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, -99, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, -120
OFFSET
2,2
COMMENTS
Row sums are sum_{1<=m<n} T(n,m)=0.
FORMULA
T(n,n-1) = -A005563(n-2).
T(n,m) = 2*m+1, m<n-1.
EXAMPLE
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
3 5 7 9 11 13 15 -63
3 5 7 9 11 13 15 17 -80
CROSSREFS
Sequence in context: A346476 A307446 A122519 * A358452 A261450 A100026
KEYWORD
sign,easy,tabl
AUTHOR
Paul Curtz, Sep 11 2008
STATUS
approved