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.

A128255 A114219(signed) * A007318.

Original entry on oeis.org

1, 1, 1, 2, 3, 1, 2, 6, 5, 1, 3, 10, 13, 7, 1, 3, 15, 27, 23, 9, 1, 4, 21, 48, 57, 36, 1, 4, 28, 78, 118, 104, 52, 13, 1, 5, 36, 118, 218, 246, 172, 71, 15, 1, 5, 45, 170, 370, 510, 458, 265, 93, 17, 1
Offset: 1

Views

Author

Gary W. Adamson, Feb 20 2007

Keywords

Comments

Row sums = A059570: (1, 2, 6, 14, 34, 78, 178,...).

Examples

			First few rows of the triangle are:
1;
1, 1;
2, 3, 1;
2, 6, 5, 1;
3, 10, 13, 7, 1;
3, 15, 27, 23, 9, 1;
4, 21, 48, 57, 36, 11, 1;
...
		

Crossrefs

Formula

Let the signed version of A114219 {1; 0,1; 0,1,1; 0,-1,2,1; 0,1,-2,-3,4;...} = M; and P = Pascal's triangle, A007318. Then A128255 = A114219(signed) * A007318.