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.

Showing 1-3 of 3 results.

A082415 Numbers n such that in all partitions of n into distinct coprimes these coprimes are also mutually relatively prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 14, 16, 18, 22, 24, 30
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 23 2003

Keywords

Comments

A083290(a(n)) = A036998(a(n)).

Examples

			8=1+7=3+5, so 8 is a term because of 1 _|_ 7 and 3 _|_ 5.
		

A128189 Moebius transform of A128174.

Original entry on oeis.org

1, -1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, -1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, -1, 1, -1, 1, 0, 1, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Feb 17 2007

Keywords

Comments

Row sums = A083290: (1, 0, 1, 1, 2, 1, 3, 2, 3, 2, ...).

Examples

			First few rows of the triangle:
   1;
  -1, 1;
   0, 0, 1;
   0, 0, 0, 1;
   0, 0, 1, 0, 1;
  ...
		

Crossrefs

Formula

A054525 * A128174 as infinite lower triangular matrices.

A128522 A054525 * A128174 * A000012.

Original entry on oeis.org

1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 3, 3, 3, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 3, 3, 3, 3, 3, 2, 2, 1, 1, 2, 2, 2, 3, 2, 3, 2, 2, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Mar 07 2007

Keywords

Comments

Row sums = A123323: (1, 1, 3, 4, 8,7, 15, 14, ...). Left column = A083290: (1, 0, 1, 1, 2, 1, 3, 2, 3, 2, ...) A128521 = A128174 * A054525 * A000012.

Examples

			First few rows of the triangle:
  1;
  0, 1;
  1, 1, 1;
  1, 1, 1, 1;
  2, 2, 2, 1, 1;
  1, 1, 1, 2, 1, 1;
  3, 3, 3, 2, 2, 1, 1;
  2, 2, 2, 2, 2, 2, 1, 1;
  3, 3, 3, 3, 3, 2, 2, 1, 1;
  ...
		

Crossrefs

Formula

A054525 * A128174 * A000012 as infinite lower triangular matrices.
Showing 1-3 of 3 results.