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.

A118008 Triangle, rows = inverse binomial transforms of A118007 diagonals.

Original entry on oeis.org

2, 3, 1, 7, 7, 2, 18, 34, 24, 6, 47, 147, 186, 108, 24, 123, 601, 1200, 1200, 600, 120
Offset: 0

Views

Author

Gary W. Adamson, Apr 09 2006

Keywords

Comments

Leftmost column = even Lucas numbers (A005248).

Examples

			First few rows of the triangle:
   2;
   3,   1;
   7,   7,   2;
  18,  34,  24,   6;
  47, 147, 186, 108, 24;
  ...
Row 2: (7, 7, 2) is the inverse binomial transform of the diagonal (7, 14, 23, 34, ...) of A118007.
		

Crossrefs

Formula

Inverse binomial transforms of diagonals of A118007.