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.

A128090 Denominators in inverse of A128077, numerators = 1.

Original entry on oeis.org

1, -4, 4, -18, -18, 9, -48, -48, -48, 16, -100, -100, -100, -100, 25, -180, -180, -180, -180, -180, 36, -294, -294, -294, -294, -294, -294, 49
Offset: 1

Views

Author

Gary W. Adamson, Feb 14 2007

Keywords

Comments

Row sums of the inverse of A128077: (1/1; -1/4, 1/4; -1/18, -1/18, 1/9; ...) = (1, 0, 0, 0, ...).
Row sums of unsigned terms: (1; 4, 4; 18, 18, 9; ...) = A128091.
A045991 = (0, 0, 4, 18, 48, 100, ...).

Examples

			First few rows of the triangle:
     1
    -4,    4;
   -18,  -18,    9;
   -48,  -48,  -48,   16;
  -100, -100, -100, -100, 25;
  ...
		

Crossrefs

Formula

Denominators in inverse triangular matrix of A128077, i.e., inverse of (1; 1, 4; 1, 2, 9; 1, 2, 3, 16; ...).