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.

Showing 1-1 of 1 results.

A132823 A007318 + 2*A103451 - 2*A000012.

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 2, 4, 2, 1, 1, 3, 8, 8, 3, 1, 1, 4, 13, 18, 13, 4, 1, 1, 5, 19, 33, 33, 19, 5, 1, 1, 6, 26, 54, 68, 54, 26, 6, 1, 1, 7, 34, 82, 124, 124, 82, 34, 7, 1, 1, 8, 43, 118, 208, 250, 208, 118, 43, 8, 1, 1, 9, 53, 163, 328, 460, 460, 328, 163, 53, 9, 1
Offset: 0

Views

Author

Gary W. Adamson, Sep 02 2007

Keywords

Comments

Row sums = A132824: (1, 2, 2, 4, 10, 24, 54, 116, 242, ...).

Examples

			First few rows of the triangle:
  1;
  1, 1;
  1, 0,  1;
  1, 1,  1,  1;
  1, 2,  4,  2,   1;
  1, 3,  8,  8,   3,   1;
  1, 4, 13, 18,  13,   4,  1;
  1, 5, 19, 33,  33,  19,  5,  1;
  1, 6, 26, 54,  68,  54, 26,  6, 1;
  1, 7, 34, 82, 124, 124, 82, 34, 7, 1;
  ...
		

Crossrefs

A(2n,n) gives A115112 for n>0.

Formula

A007318 + 2*A103451 - 2*A000012 as infinite lower triangular matrices.

Extensions

One missing 1 inserted and more terms added by Alois P. Heinz, Feb 10 2019
Showing 1-1 of 1 results.