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.

A181105 Triangle T(n,k) read by rows. T(n,k)=abs(A181101)*n/k.

Original entry on oeis.org

1, 2, 0, 3, 0, 0, 0, 2, 0, 0, 5, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Mats Granvik, Gary W. Adamson, Oct 03 2010

Keywords

Comments

Let A=T(n,k)*T(n,k), B=A*A, C=B*B, D=C*C, and so on. Then the first column in the last matrix (D) converges to the natural numbers. Rows sums are (unsurprisingly) A020639. Except for the first column, the largest and last element in the columns are also A020639.

Examples

			Triangle starts:
1,
2,0,
3,0,0,
0,2,0,0,
5,0,0,0,0,
0,0,2,0,0,0,
7,0,0,0,0,0,0,
0,0,0,2,0,0,0,0,
0,0,3,0,0,0,0,0,0,
0,0,0,0,2,0,0,0,0,0,
11,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,2,0,0,0,0,0,0,
13,0,0,0,0,0,0,0,0,0,0,0,0,
		

Crossrefs