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.

A131843 Triangle read by rows: 2*A131821 - A000012.

Original entry on oeis.org

1, 3, 3, 5, 1, 5, 7, 1, 1, 7, 9, 1, 1, 1, 9, 11, 1, 1, 1, 1, 11, 13, 1, 1, 1, 1, 1, 13, 15, 1, 1, 1, 1, 1, 1, 15, 17, 1, 1, 1, 1, 1, 1, 1, 17, 19, 1, 1, 1, 1, 1, 1, 1, 1, 19, 21, 1, 1, 1, 1, 1, 1, 1, 1, 1, 21, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 23, 25, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 25, 27, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Gary W. Adamson, Jul 21 2007

Keywords

Comments

Row sums = 5*n + 1, A016861: (1, 6, 11, 16, 21, ...).

Examples

			First few rows of the triangle are:
   1;
   3,  3;
   5,  1,  5;
   7,  1,  1,  7;
   9,  1,  1,  1,  9;
  11,  1,  1,  1,  1, 11;
  ...
		

Crossrefs

Formula

2*A131821 - A000012 as an infinite lower triangular matrix. 2*n - 1, (1, 3, 5, 7, ...) as right and left borders, with the rest zeros.

Extensions

Corrected and edited by B. D. Swan (bdswan(AT)gmail.com), Dec 20 2008