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

A105522
Inverse of number triangle A105438.
3
1, -2, 1, 1, -2, 1, 2, 0, -2, 1, -2, 4, -1, -2, 1, -4, -1, 6, -2, -2, 1, 5, -10, 1, 8, -3, -2, 1, 10, 4, -18, 4, 10, -4, -2, 1, -14, 28, 0, -28, 8, 12, -5, -2, 1, -28, -14, 56, -8, -40, 13, 14, -6, -2, 1, 42, -84, -6, 96, -21, -54, 19, 16, -7, -2, 1, 84, 48, -180, 15, 150, -40, -70, 26, 18, -8, -2, 1, -132, 264, 33, -330, 55, 220, -66
OFFSET
0,2
COMMENTS
Row sums A105523 have g.f. 1-xc(-x^2) where c(x) is the g.f. of A000108. Diagonal sums are A105524.
FORMULA
Riordan array ((1+2x+4x^2-(1+2x)sqrt(1+4x^2))/(2x^2), (sqrt(1+4x^2)-1)/(2x))
EXAMPLE
Rows begin {1}, {-2, 1}, {1, -2, 1}, {2, 0, -2, 1}, {-2, 4, -1, -2, 1}, ...
CROSSREFS
Sequence in context: A117939 A321436 A276167 * A131774 A342626 A358005
KEYWORD
easy,sign,tabl
AUTHOR
Paul Barry, Apr 11 2005
STATUS
approved