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.

A039912 Triangle related to number of compositions of n into relatively prime summands.

Original entry on oeis.org

1, 1, -2, 1, -3, 4, 1, -4, 6, -8, 1, -5, 10, -9, 16, 1, -6, 15, -20, 9, -32, 1, -7, 21, -35, 36, 0, 64, 1, -8, 28, -56, 70, -64, -27, -128, 1, -9, 36, -84, 126, -125, 120, 81, 256, 1, -10, 45, -120, 210, -252, 200, -240, -162, -512, 1, -11, 55, -165, 330, -462, 463, -275, 496, 243, 1024, 1, -12, 66, -220, 495, -792, 924
Offset: 2

Views

Author

Keywords

Examples

			Triangle begins:
  1;
  1, -2;
  1, -3,  4;
  1, -4,  6,  -8;
  1, -5, 10,  -9, 16;
  1, -6, 15, -20,  9, -32;
  1, -7, 21, -35, 36,   0, 64;
  ...
		

Crossrefs

Cf. A126713.

Extensions

More terms from Vladeta Jovovic, Feb 26 2008