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.

A137594 Triangle read by rows: A007318 * A136717.

Original entry on oeis.org

1, 1, 2, 1, 6, 4, 1, 12, 24, 12, 1, 20, 72, 120, 48, 1, 30, 160, 552, 696, 192, 1, 42, 300, 1752, 4416, 4272, 960, 1, 56, 504, 4452, 17976, 36672, 30480, 5760, 1, 72, 784, 9744, 55776, 195312, 350880, 229680, 34560
Offset: 0

Views

Author

Gary W. Adamson, Jan 28 2008

Keywords

Comments

Row sums = A001339: (1, 3, 11, 49, 261, ...).

Examples

			First few rows of the triangle:
  1;
  1,  2;
  1,  6,   4;
  1, 12,  24,   12;
  1, 20,  72,  120,   48;
  1, 30, 160,  552,  696,  192;
  1, 42, 300, 1752, 4416, 4272, 960;
  ...
		

Crossrefs

Formula

Binomial transform of A136717.