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.

A130324 A059268^2.

Original entry on oeis.org

1, 3, 4, 7, 12, 16, 15, 28, 48, 64, 31, 60, 112, 192, 256, 63, 124, 240, 448, 768, 1024, 127, 252, 496, 960, 1792, 3072, 4096, 255, 508, 1008, 1984, 3840, 7168, 12288, 16384, 511, 1020, 2032, 4032, 7936, 15360, 28672, 49152, 65536
Offset: 0

Views

Author

Gary W. Adamson, May 24 2007

Keywords

Comments

Row sums = A006095: (1, 7, 35, 155, 651, 2667, ...).

Examples

			First few rows of the triangle:
   1;
   3,   4;
   7,  12,  16;
  15,  28,  48,  64;
  31,  60, 112, 192, 256;
  63, 124, 240, 448, 768, 1024;
  ...
		

Crossrefs

Formula

A059268^2 as an infinite lower triangular matrix, where A059268 = (1; 1,2; 1,2,4; ...).