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.

A143308 Triangle read by rows, A127446 * A000012, 1<=k<=n.

Original entry on oeis.org

1, 4, 2, 6, 3, 3, 12, 8, 4, 4, 10, 5, 5, 5, 5, 24, 18, 12, 6, 6, 6, 14, 7, 7, 7, 7, 7, 7, 32, 24, 16, 16, 8, 8, 8, 8, 27, 18, 18, 9, 9, 9, 9, 9, 9, 40, 30, 20, 20, 20, 10, 10, 10, 10, 10, 22, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 72, 60, 48, 36, 24, 24, 12, 12, 12, 12, 12, 12
Offset: 1

Views

Author

Gary W. Adamson, Aug 06 2008

Keywords

Comments

Given triangle A127446, partial sums of terms starting from the right.
Row sums give A064987.
Left column is A038040.

Examples

			First few rows of the triangle =
   1;
   4,  2;
   6,  3,  3;
  12,  8,  4,  4;
  10,  5,  5,  5,  5;
  24, 18, 12,  6,  6,  6;
  14,  7,  7,  7,  7,  7,  7;
Row 4 = (12, 8, 4, 4) since row 4 of triangle A127446 = (4, 4, 0, 4).
		

Crossrefs

Extensions

a(56) corrected by Georg Fischer, Jul 04 2023