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.

A134505 Replace 0's with 1's in triangle A049310, and take absolute values.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 4, 1, 1, 1, 1, 6, 1, 5, 1, 1, 1, 4, 1, 10, 1, 6, 1, 1, 1, 1, 10, 1, 15, 1, 7, 1, 1, 1, 5, 1, 20, 1, 21, 1, 8, 1, 1, 1, 1, 15, 1, 35, 1, 28, 1, 9, 1, 1, 1, 6, 1, 35, 1, 56, 1, 36, 1, 10, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Oct 28 2007

Keywords

Comments

Row sums = A134506: (1, 2, 3, 5, 7, 11, 16, ...).

Examples

			First few rows of the triangle are:
  1;
  1,  1;
  1,  1,  1;
  1,  2,  1,  1;
  1,  1,  3,  1,  1;
  1,  3,  1,  4,  1,  1;
  1,  1,  6,  1,  5,  1,  1;
  1,  4,  1, 10,  1,  6,  1,  1;
  1,  1, 10,  1, 15,  1,  7,  1,  1;
  ...
		

Crossrefs

Extensions

Definition corrected by Eric Rowland, Jun 23 2017
a(43) = 7 corrected and more terms from Georg Fischer, Jun 07 2023