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.

A130459 A059268 * A097806.

Original entry on oeis.org

1, 3, 2, 3, 6, 4, 3, 6, 12, 8, 3, 6, 12, 24, 16, 3, 6, 12, 24, 48, 32, 3, 6, 12, 24, 48, 96, 64, 3, 6, 12, 24, 48, 96, 192, 128, 3, 6, 12, 24, 48, 96, 192, 384, 256
Offset: 1

Views

Author

Gary W. Adamson, May 26 2007

Keywords

Comments

Row sums = A036563 starting (1, 5, 13, 29, 61, 125, ...).

Examples

			First few rows of the triangle:
  1;
  3, 2;
  3, 6,  4;
  3, 6, 12,  8;
  3, 6, 12, 24, 16;
  3, 6, 12, 24, 48, 32;
  ...
		

Crossrefs

Formula

A059268 * A097806 as infinite lower triangular matrices. A059268 = [1; 1,2; 1,2,4; ...]. A097806 = the pairwise operator.