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

A127953
Triangle, A097805 * A126615.
0
1, -2, 2, -2, -1, 3, -2, -4, 2, 4, -2, -7, -3, 7, 5, -2, -10, -12, 4, 14, 6, -2, -13, -25, -10, 20, 23, 7, -2, -16, -42, -40, 10, 48, 34, 8, -2, -19, -63, -91, -35, 63, 91, 47, 9, -2, -22, -88, -168, -140, 28, 168, 152, 62, 10
OFFSET
1,2
COMMENTS
Row sums = (1, 0, 0, 0, ...).
FORMULA
A097805 * A126615 as infinite lower triangular matrices.
EXAMPLE
First few rows of the triangle:
1;
-2, 2;
-2, -1, 3;
-2, -4, 2, 4;
-2, -7, -3, 7, 5;
-2, -10, -12, 4, 14, 6;
-2, -13, -25, -10, 20, 23, 7;
...
CROSSREFS
Sequence in context: A325034 A275853 A324100 * A260418 A280919 A209266
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Feb 09 2007
STATUS
approved