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.

A087736 Triangle T(n,k) read by rows given by [0, 1, 3, 6, 10, 15, 21, ...] DELTA [1, 3, 6, 10, 15, 21, 28,...] where DELTA is the operator defined in A084938.

Original entry on oeis.org

1, 0, 1, 0, 1, 4, 0, 4, 23, 34, 0, 34, 249, 606, 496, 0, 496, 4354, 14181, 20434, 11056, 0, 11056, 112238, 450097, 894838, 885032, 349504, 0, 349504, 4008024, 18911670, 47136095, 65613780, 48468804, 14873104
Offset: 0

Views

Author

Philippe Deléham, Sep 30 2003, Jul 17 2007

Keywords

Examples

			Triangle begins:
1;
0, 1;
0, 1, 4;
0, 4, 23, 34;
0, 34, 249, 606, 496;
0, 496, 4354, 14181, 20434, 11056;
0, 11056, 112238, 450097, 894838, 885032, 349504;
0, 349504, 4008024, 18911670, 47136095, 65613780, 48468804, 14873104 ;...
		

Crossrefs

Diagonals give A002105: [1, 1, 4, 34, 496, ...] Row sums give A000364 : [1, 1, 5, 61, 1385, ...] Euler numbers.

Formula

Sum_{k, 0<=k<=n}T(n,k)*x^(n-k)=A000012(n), A011782(n), A001147(n), A002105(n+1), A000364(n), A126151(n), A126156(n) for n = -3,-2,-1,0,1,2,3 respectively .

Extensions

Corrected and edited. - Philippe Deléham, Nov 24 2008