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.

A174028 Triangle T(n,k) = 2+4k read by rows.

Original entry on oeis.org

2, 2, 6, 2, 6, 10, 2, 6, 10, 14, 2, 6, 10, 14, 18, 2, 6, 10, 14, 18, 22, 2, 6, 10, 14, 18, 22, 26, 2, 6, 10, 14, 18, 22, 26, 30, 2, 6, 10, 14, 18, 22, 26, 30, 34, 2, 6, 10, 14, 18, 22, 26, 30, 34, 38
Offset: 0

Views

Author

Paul Curtz, Mar 06 2010

Keywords

Examples

			2;
2, 6;
2, 6, 10;
2, 6, 10, 14;
2, 6, 10, 14, 18;
2, 6, 10, 14, 18, 22;
2, 6, 10, 14, 18, 22, 26;
		

Crossrefs

Cf. A001105 (row sums), A167268.

Formula

T(n,k) = A016825(k).
T(n,k) = 2*A158405(n+1,k).