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.

A152906 Irregular triangle read by rows, numbers in A007318 repeated three times .

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 4, 4, 4, 6, 6, 6, 4, 4, 4, 1, 1, 1, 1, 1, 1, 5, 5, 5, 10, 10, 10, 10, 10, 10, 5, 5, 5, 1, 1, 1, 1, 1, 1, 6, 6, 6, 15, 15, 15, 20, 20, 20, 15, 15, 15, 6, 6, 6, 1, 1, 1, 1, 1, 1, 7, 7, 7, 21, 21, 21, 35, 35
Offset: 0

Views

Author

Philippe Deléham, Dec 14 2008

Keywords

Comments

Diagonal sums : A078467 .

Examples

			Triangle begins : 1,1,1 ; 1,1,1,1,1,1 ; 1,1,1,2,2,2,1,1,1 ; 1,1,1,3,3,3,3,3,3,1,1,1, ; 1,1,1,4,4,4,6,6,6,4,4,4,1,1,1 ; 1,1,1,5,5,5,10,10,10,10,10,10,5,5,5,1,1,1 ; ...
		

Crossrefs

Formula

Sum_{k, 0<=k<=2n}T(n,k)=3*2^(n).

A152907 Irregular triangle read by rows, numbers in A007318 repeated four times .

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 6, 6, 6, 6, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 5, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 15, 15, 15, 15, 20, 20
Offset: 0

Views

Author

Philippe Deléham, Dec 14 2008

Keywords

Examples

			Triangle begins : 1,1,1,1 ; 1,1,1,1,1,1,1,1 ; 1,1,1,1,2,2,2,2,1,1,1,1 ; 1,1,1,1,3,3,3,3,3,3,3,3,1,1,1,1, ; 1,1,1,1,4,4,4,4,6,6,6,6,4,4,4,4,1,1,1,1 ; 1,1,1,1,5,5,5,5,10,10,10,10,10,10,10,10,5,5,5,5,1,1,1,1 ; ...
		

Crossrefs

Formula

Sum_{k, 0<=k<=4n+3}T(n,k)=2^(n+2).
Showing 1-2 of 2 results.