cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A105522 Inverse of number triangle A105438.

Original entry on oeis.org

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

Views

Author

Paul Barry, Apr 11 2005

Keywords

Comments

Row sums A105523 have g.f. 1-xc(-x^2) where c(x) is the g.f. of A000108. Diagonal sums are A105524.

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