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.

A130295 Erroneous duplicate of A125026.

Original entry on oeis.org

1, 3, 2, 5, 7, 3, 7, 15, 13, 4, 9, 26, 34, 21, 5, 11, 40, 70, 65, 31, 6, 13, 57, 125, 155, 111, 43, 7, 15, 77, 203, 315, 301, 175, 57, 8, 17, 100, 308, 574, 686, 532, 260, 73, 9, 19, 126, 444, 966, 1386, 1344, 876369, 91, 10
Offset: 1

Views

Author

Gary W. Adamson, May 20 2007

Keywords

Comments

This sequence was initially defined as "A051340 * A007318". However, the matrix product A051340 * A007318 is not well defined, because all elements of A051340 are strictly positive integers, as are all elements of the lower left of A007318. Therefore the matrix A051340 must be truncated to its lower left (setting A[i,j]=0 if j>i), which actually equals A130296. Then the product yields this sequence, which is identical to A125026.
Row sums = A099035 (not A083706 as stated initially): (1, 5, 15, 39, 95, 223, 511, ...).

Examples

			First few rows of the triangle A125026:
   1;
   3,  2;
   5,  7,   3;
   7, 15,  13,   4;
   9, 26,  34,  21,   5;
  11, 40,  70,  65,  31,  6;
  13, 57, 125, 155, 111, 43, 7;
  ...
		

Crossrefs

Formula

(A051340) * A007318 as infinite lower triangular matrices. [Here (A051340) is that matrix with the upper right triangle set to zero, which is actually A130296. - M. F. Hasler, Aug 15 2015]

Extensions

Restored and edited by M. F. Hasler, Aug 15 2015