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.

A171670 Triangle T read by rows : T(n,k)= A007318(n,k)*A005773(n-k).

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 5, 6, 3, 1, 13, 20, 12, 4, 1, 35, 65, 50, 20, 5, 1, 96, 210, 195, 100, 30, 6, 1, 267, 672, 735, 455, 175, 42, 7, 1, 750, 2136, 2688, 1960, 910, 280, 56, 8, 1, 2123, 6750, 9612, 8064, 4410, 1638, 420, 72, 9, 1
Offset: 0

Views

Author

Philippe Deléham, Dec 14 2009

Keywords

Examples

			Triangle begins : 1 ; 1,1 ; 2,2,1 ; 5,6,3,1 ; 13,20,12,4,1 ; 35,65,50,20,5,1 ; ...
		

Crossrefs

Formula

Sum_{k, 0<=k<=n} T(n,k)= A024718(n).