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.

A128589 A051731 * A127647.

Original entry on oeis.org

1, 1, 1, 1, 0, 2, 1, 1, 0, 3, 1, 0, 0, 0, 5, 1, 1, 2, 0, 0, 8, 1, 0, 0, 0, 0, 0, 13, 1, 1, 0, 3, 0, 0, 0, 21, 1, 0, 2, 0, 0, 0, 0, 0, 34, 1, 1, 0, 0, 5, 0, 0, 0, 0, 55
Offset: 1

Views

Author

Gary W. Adamson, Mar 11 2007

Keywords

Comments

Row sums = A007435: (1, 2, 3, 5, 6, 12, 14, ...), inverse Moebius transform of the Fibonacci numbers.

Examples

			First few rows of the triangle:
  1;
  1, 1;
  1, 0, 2;
  1, 1, 0, 3;
  1, 0, 0, 0, 5;
  1, 1, 2, 0, 0, 8;
  ...
		

Crossrefs

Formula

Inverse Moebius transform of A127647, as infinite lower triangular matrices.