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.

A107065 Riordan array (1/(1-x),x(1+x+x^2+x^3)).

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 6, 4, 1, 1, 4, 10, 10, 5, 1, 1, 4, 13, 20, 15, 6, 1, 1, 4, 15, 32, 35, 21, 7, 1, 1, 4, 16, 44, 66, 56, 28, 8, 1, 1, 4, 16, 54, 106, 121, 84, 36, 9, 1, 1, 4, 16, 60, 150, 222, 204, 120, 45, 10, 1, 1, 4, 16, 63, 190, 357, 420, 323, 165, 55, 11, 1, 1, 4, 16
Offset: 0

Views

Author

Paul Barry, May 10 2005

Keywords

Comments

Row sums are A107066. Diagonal sums are A023436(n+1).

Examples

			Triangle begins
  1;
  1, 1;
  1, 2, 1;
  1, 3, 3, 1;
  1, 4, 6, 4, 1;
  1, 4, 10, 10, 5, 1;
  1, 4, 13, 20, 15, 6, 1;
  ...
		

Crossrefs