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

A129394
Triangle read by rows: T(r,c)=T(r,c-1)+T(r,c+1)+T(r-1,c-1).
4
0, 1, 2, 1, 2, -5, -8, -5, 2, 3, 9, 4, 0, 4, 9, 3, 4, 19, 12, -16, -32, -16, 12, 19, 4, 5, -107, -116, -28, 76, 120, 76, -28, -116, -107, 5, 6, 287, 276, 96, -64, -132, -144, -132, -64, 96, 276, 287, 6, 7, -367, -380, -300, -196, 8, 268, 392, 268, 8, -196, -300, -380, -367, 7, 8, -245, -260, 352, 992, 940, 144, -804, -1216
OFFSET
0,3
COMMENTS
Like A129392, except edge elements=0,1,2,3,4,5,...
CROSSREFS
Sequence in context: A208021 A052532 A006702 * A214899 A199599 A201163
KEYWORD
sign,tabf
AUTHOR
Jonas Wallgren, Apr 13 2007
EXTENSIONS
Corrected and extended by R. J. Mathar, Jan 17 2008
STATUS
approved