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.

A133110 Triangle read by rows: A007318 * A133109.

Original entry on oeis.org

1, 1, 3, 1, 6, 4, 1, 9, 12, 5, 1, 12, 24, 20, 7, 1, 15, 40, 50, 35, 8, 1, 18, 60, 100, 105, 48, 9, 1, 21, 84, 175, 245, 168, 63, 11, 1, 24, 112, 280, 490, 448, 252, 88, 12, 1, 27, 144, 420, 882, 1008, 756, 396, 108, 13, 1, 30, 180, 600, 1470, 2016, 1890, 1320, 540, 130, 15, 1, 33, 220, 825, 2310, 3696, 4158, 3630, 1980, 715, 165, 16
Offset: 1

Views

Author

Gary W. Adamson, Sep 12 2007

Keywords

Comments

Row sums = A100335: (1, 4, 11, 27, 64, 149, ...).

Examples

			First few rows of the triangle:
  1;
  1,  3;
  1,  6,  4;
  1,  9, 12,   5;
  1, 12, 24,  20,   7;
  1, 15, 40,  50,  35,  8;
  1, 18, 60, 100, 105, 48, 9;
  ...
		

Crossrefs

Formula

Binomial transform of A133109, as an infinite lower triangular matrix.

Extensions

a(50) corrected and more terms from Georg Fischer, Jun 01 2023