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.

A137865 Triangle read by rows, antidiagonals of an array formed by A000012 * A049310(transform).

Original entry on oeis.org

1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 0, 1, 1, 2, 3, 4, 3, 1, 1, 1, 2, 3, 4, 3, 1, 0, 1, 1, 2, 3, 5, 7, 7, 4, 1, 1, 1, 2, 3, 5, 7, 7, 4, 1, 0, 1, 1, 2, 3, 5, 8, 12, 14, 11, 5, 1, 1, 1, 2, 3, 5, 12, 14, 11, 5, 1, 0
Offset: 0

Views

Author

Gary W. Adamson, Feb 18 2008

Keywords

Comments

Rows of the array tend to the Fibonacci sequence.
Row sums of the triangle = A052551: (1, 1, 3, 3, 7, 7, 15, 15, 31, 31, 63, 63, ...).

Examples

			First few rows of the array:
  1, 0, 1, 0, 1, 0,  1, ...
  1, 1, 1, 2, 1, 3,  1, ...
  1, 1, 2, 2, 4, 3,  7, ...
  1, 1, 2, 3, 4, 7,  7, ...
  1, 1, 2, 3, 5, 7, 12, ...
  1, 1, 2, 3, 5, 8, 12, ...
  ...
First few rows of the triangle:
  1;
  1, 0;
  1, 1, 1;
  1, 1, 1, 0;
  1, 1, 2, 2, 1;
  1, 1, 2, 2, 1, 0;
  1, 1, 2, 3, 4, 3,  1;
  1, 1, 2, 3, 4, 3,  1,  0;
  1, 1, 2, 3, 5, 7,  7,  4,  1;
  1, 1, 2, 3, 5, 7,  7,  4,  1, 0;
  1, 1, 2, 3, 5, 8, 12, 14, 11, 5, 1;
  1, 1, 2, 3, 5, 8, 12, 14, 11, 5, 1, 0;
  ...
		

Crossrefs

Formula

Triangle read by rows, antidiagonals of an array formed by taking A000012 * A049310(transform); given A049310 unsigned.