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.

A143151 Triangle read by rows, A051731 * (A020639 * 0^(n-k)), 1<=k<=n.

Original entry on oeis.org

1, 1, 2, 1, 0, 3, 1, 2, 0, 2, 1, 0, 0, 0, 5, 1, 2, 3, 0, 0, 2, 1, 0, 0, 0, 0, 0, 7, 1, 2, 0, 2, 0, 0, 0, 2, 1, 0, 3, 0, 0, 0, 0, 0, 3, 1, 2, 0, 0, 5, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 1, 2, 3, 2, 0, 2, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 1, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 2
Offset: 1

Views

Author

Gary W. Adamson and Mats Granvik, Jul 27 2008

Keywords

Comments

Row sums = A143152: (1, 3, 4, 5, 6, 8, 8, 7, 7, 10, 12, 12, 14, 12, ...).

Examples

			First few rows of the triangle are:
  1;
  1, 2;
  1, 0, 3;
  1, 2, 0, 2;
  1, 0, 0, 0, 5;
  1, 2, 3, 0, 0, 2;
  1, 0, 0, 0, 0, 0, 7;
  1, 2, 0, 2, 0, 0, 0, 2;
  1, 0, 3, 0, 0, 0, 0, 0, 3;
  1, 2, 0, 0, 5, 0, 0, 0, 0, 2;
  1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11;
  ...
Row 12 = (1, 2, 3, 2, 0, 2, 0, 0, 0, 0, 0, 2) since the divisors of 12 are shown in row 12 of triangle A127093: (1, 2, 3, 4, 0, 6, 0, 0, 0, 0, 0, 12).
Lpf of these terms = row 12 of A143152.
		

Crossrefs

Formula

Triangle read by rows, A051731 * (A020639 * 0^(n-k)), 1<=k<=n; where A020639 = Lpf(n). By rows, least prime factors of the divisors of n, where the divisors of n are recorded in triangle A127093.