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.

A143446 Triangle read by rows: A000012 * A143424.

Original entry on oeis.org

1, 0, 2, -1, 2, 4, -1, 0, 4, 8, -2, 0, 4, 8, 16, -1, -2, 0, 8, 16, 32, -2, -2, 0, 8, 16, 32, 64, -2, -2, 0, 0, 16, 32, 64, 128, -2, -2, -4, 0, 16, 32, 64, 128, 256, -1, -4, -4, 0, 0, 32, 64, 128, 256, 512, -2, -4, -4, 0, 0, 32, 64, 128, 256, 512, 1024, -2, -2, -4, -8, 0, 0, 64, 128, 256, 512, 1024, 2048
Offset: 1

Views

Author

Gary W. Adamson, Aug 15 2008

Keywords

Comments

Row sums = A085945: (1, 2, 5, 11, 26, 53, 116, ...).

Examples

			First few rows of the triangle:
   1;
   0,  2;
  -1,  2,  4;
  -1,  0,  4,  8;
  -2,  0,  4,  8, 16;
  -1, -2,  0,  8, 16, 32;
  -2, -2,  0,  8, 16, 32, 64;
  ...
		

Crossrefs

Extensions

a(37) = -2 corrected and more terms from Georg Fischer, Jun 05 2023