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.

A048804 Triangle: T(n,k)=b(n)/(b(k)*b(n-k)) where b is A048803.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 2, 3, 2, 1, 1, 5, 5, 5, 5, 1, 1, 6, 15, 10, 15, 6, 1, 1, 7, 21, 35, 35, 21, 7, 1, 1, 2, 7, 14, 35, 14, 7, 2, 1, 1, 3, 3, 7, 21, 21, 7, 3, 3, 1, 1, 10, 15, 10, 35, 42, 35, 10, 15, 10, 1, 1, 11, 55, 55, 55, 77, 77, 55, 55, 55, 11, 1, 1, 6, 33, 110, 165, 66
Offset: 0

Views

Author

Christian G. Bower, Apr 15 1999

Keywords

Examples

			1;
1,1;
1,2,1;
1,3,3,1;
1,2,3,2,1;
1,5,5,5,5,1;
where the last batch arises from 60/(1*60), 60/(1*12), 60/(2*6), 60/(6*2), 60/(12*1), 60/(60*1).
		

Programs