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.

A131325 Triangle |3*|A049310(n,k)| - 2| read by rows, 0 <= k <= n.

Original entry on oeis.org

1, 2, 1, 1, 2, 1, 2, 4, 2, 1, 1, 2, 7, 2, 1, 2, 7, 2, 10, 2, 1, 1, 2, 16, 2, 13, 2, 1, 2, 10, 2, 28, 2, 16, 2, 1, 1, 2, 28, 2, 43, 2, 19, 2, 1, 2, 13, 2, 58, 2, 61, 2, 22, 2, 1, 1, 2, 43, 2, 103, 2, 82, 2, 25, 2, 1, 2, 16, 2, 103, 2, 166, 2, 106, 2, 28, 2, 1, 1, 2, 61, 2, 208, 2, 250, 2
Offset: 0

Views

Author

Gary W. Adamson, Jun 28 2007

Keywords

Examples

			First few rows of the triangle:
  1;
  2,  1;
  1,  2,  1;
  2,  4,  2,  1;
  1,  2,  7,  2,  1;
  2,  7,  2, 10,  2,  1;
  1,  2, 16,  2, 13,  2,  1;
  ...
		

Crossrefs

Cf. A049310, A131324, A131326 (row sums), A131327.

Programs

Extensions

Definition corrected by David Scambler, Aug 12 2012