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-2 of 2 results.

A128188 Row sums of A128187.

Original entry on oeis.org

1, 2, 3, 5, 5, 9, 7, 13, 10, 17, 12, 23, 14, 27, 18, 32, 20, 38, 22, 44, 26, 48, 28, 56, 31, 60, 35, 66, 37, 74, 39, 80, 43, 84, 47, 93, 49, 97, 53, 105, 55, 113, 57, 119, 63, 123, 65, 133, 68, 139, 72, 145, 74, 153, 78, 161, 82, 165, 84, 177, 86, 181, 92, 188, 96, 196, 98, 202, 102, 210
Offset: 1

Views

Author

Gary W. Adamson, Feb 17 2007

Keywords

Examples

			a(6) = 9 = sum of row 6 terms of A128187: (3 + 3 + 1 + 1 + 1).
		

Crossrefs

Programs

Formula

a(n) = Sum_{k=1..n} A128187(n,k).
a(n) = Sum_{i=1..floor((n+2)/2)} d(n+2-2i), where d(n) is the number of divisors of n. - Wesley Ivan Hurt, Jul 12 2015

A128186 A051731 * A128174.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Feb 17 2007

Keywords

Comments

Left column = A001227.
Row sums = A079247: (1, 2, 3, 4, 4, 7, 5, 8, 8, 10, ...).

Examples

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

Crossrefs

Formula

A051731 * A128174 as infinite lower triangular matrices.
Showing 1-2 of 2 results.