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

A129392
Triangle read by rows: T(r,c)=T(r,c-1)+T(r,c+1)+T(r-1,c-1).
5
1, 1, 3, 1, 1, -5, -7, -5, 1, 1, 7, 5, 3, 5, 7, 1, 1, 3, 1, -9, -15, -9, 1, 3, 1, 1, -33, -35, -5, 29, 43, 29, -5, -35, -33, 1, 1, 91, 89, 31, -23, -49, -55, -49, -23, 31, 89, 91, 1, 1, -137, -139, -93, -43, 19, 85, 115, 85, 19, -43, -93, -139, -137, 1, 1, 51, 49, 135, 225, 183, 1, -201, -287, -201, 1, 183, 225, 135, 49, 51, 1, 1, 399
OFFSET
0,3
COMMENTS
All edge elements are 1 and the triangle is symmetric about the central line. For all elements x inside the triangle
..a..
.bxc.
we have x=a+b+c. The triangle is symmetric. The top of the triangle thus is
........1
.....1..3..1
..1.-5.-7.-5..1
1..7..5..3..5..7..1
CROSSREFS
KEYWORD
sign,tabf
AUTHOR
Jonas Wallgren, Apr 13 2007
EXTENSIONS
More terms from R. J. Mathar, Jan 17 2008
STATUS
approved