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.

A129262 Triangle read by rows, A007318 * A115361.

Original entry on oeis.org

1, 2, 1, 3, 2, 1, 5, 4, 3, 1, 9, 8, 6, 4, 1, 16, 15, 11, 10, 5, 1, 27, 26, 21, 20, 15, 6, 1, 44, 43, 42, 36, 35, 21, 7, 1, 73, 72, 84, 64, 70, 56, 28, 8, 1, 130, 129, 162, 120, 127, 126, 84, 36, 9, 1, 251, 250, 297, 240, 220, 252, 210, 120, 45, 10, 1, 507, 506, 518, 495, 385, 463, 462, 330, 165, 55, 11, 1
Offset: 1

Views

Author

Gary W. Adamson, Apr 06 2007

Keywords

Comments

Row sums give A106461.
Left column is A119968.

Examples

			First few rows of the triangle:
  1;
  2,  1;
  3,  2,  1;
  5,  4,  3,  1;
  9,  8,  6,  4,  1;
 16, 15, 11, 10,  5,  1;
 27, 26, 21, 20, 15,  6,  1;
 44, 43, 42, 36, 35, 21,  7,  1;
  ...
		

Crossrefs

Formula

Binomial transform of A115361.

Extensions

Terms a(23) and following corrected by Georg Fischer, Jul 04 2023