A105522 Inverse of number triangle A105438.
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
Examples
Rows begin {1}, {-2, 1}, {1, -2, 1}, {2, 0, -2, 1}, {-2, 4, -1, -2, 1}, ...
Formula
Riordan array ((1+2x+4x^2-(1+2x)sqrt(1+4x^2))/(2x^2), (sqrt(1+4x^2)-1)/(2x))
Comments