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.

A138015 Triangle read by rows, antidiagonals of an array formed by A000012 * A136579. Replace the term "n" in the correlation triangle A003983 with A003422(n).

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 4, 2, 1, 1, 2, 4, 4, 2, 1, 1, 2, 4, 10, 4, 2, 1, 1, 2, 4, 10, 10, 4, 2, 1, 1, 2, 4, 10, 34, 10, 4, 2, 1, 1, 2, 4, 10, 34, 34, 10, 4, 2, 1, 1, 2, 4, 10, 34, 154, 34, 10, 4, 2, 1, 1, 2, 4, 10, 34, 154, 154, 34, 10, 4, 2, 1
Offset: 1

Views

Author

Gary W. Adamson, Feb 28 2008

Keywords

Comments

A003422 = (0, 1, 2, 4, 10, 34, 154, ...).
Row sums = A138016: (1, 2, 4, 6, 10, 14, 24, 34, 68, 102, ...).

Examples

			First few rows of the triangle:
  1;
  1, 1;
  1, 2, 1;
  1, 2, 2,  1;
  1, 2, 4,  2,  1;
  1, 2, 4,  4,  2,  1;
  1, 2, 4, 10,  4,  2,  1;
  1, 2, 4, 10, 10,  4,  2, 1;
  1, 2, 4, 10, 34, 10,  4, 2, 1;
  1, 2, 4, 10, 34, 34, 10, 4, 2, 1;
  ...
		

Crossrefs

Extensions

Example corrected by Philippe Deléham, Feb 18 2013
Showing 1-1 of 1 results.