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.

A137585 Triangle read by rows: A054525 * A026794.

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 2, 0, 0, 1, 4, 1, 0, 0, 1, 5, 1, 0, 0, 0, 1, 10, 2, 1, 0, 0, 0, 1, 12, 3, 1, 0, 0, 0, 0, 1, 20, 4, 1, 1, 0, 0, 0, 0, 1, 25, 5, 2, 1, 0, 0, 0, 0, 0, 1, 41, 8, 3, 1, 1, 0, 0, 0, 0, 0, 1, 47, 10, 3, 1, 1, 0, 0, 0, 0, 0, 0, 1, 76, 14, 5, 2, 1, 1, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Jan 27 2008

Keywords

Comments

Row sums = A000837 starting (1, 1, 2, 3, 6, 7, 14, 17, ...).

Examples

			First few rows of the triangle:
   1;
   0, 1;
   1, 0, 1;
   2, 0, 0, 1;
   4, 1, 0, 0, 1;
   5, 1, 0, 0, 0, 1;
  10, 2, 1, 0, 0, 0, 1;
  12, 3, 1, 0, 0, 0, 0, 1;
  ...
		

Crossrefs

Formula

Mobius transform of A026794, the partition triangle.