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.

A143470 Triangle read by rows, A000012 * A143316, 1 <= k <= n.

Original entry on oeis.org

1, 3, 1, 7, 1, 1, 11, 3, 1, 1, 19, 3, 1, 1, 1, 23, 7, 3, 1, 1, 1, 35, 7, 3, 1, 1, 1, 1, 43, 11, 3, 3, 1, 1, 1, 1, 55, 11, 7, 3, 1, 1, 1, 1, 1, 63, 19, 7, 3, 3, 1, 1, 1, 1, 1, 83, 19, 7, 3, 3, 1, 1, 1, 1, 1, 1, 91, 23, 11, 7, 3, 3, 1, 1, 1, 1, 1, 1, 115, 23, 11, 7, 3, 3, 1, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Aug 17 2008

Keywords

Comments

Sum of n-th row is n^2.
Duplicate of A242114.

Examples

			First few rows of the triangle:
   1;
   3, 1;
   7, 1, 1;
  11, 3, 1, 1;
  19, 3, 1, 1, 1;
  23, 7, 3, 1, 1, 1;
  35, 7, 3, 1, 1, 1, 1;
  ...
		

Crossrefs

Formula

Triangle read by rows, A000012 * A143316, 1 <= k <= n, where the operation A000012 * A143316 takes partial sums of A143316 terms by columns.

Extensions

a(28) = 1 inserted by Georg Fischer, Aug 18 2023