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-1 of 1 results.

A167384 Irregular table with the left half of the array described in A167381.

Original entry on oeis.org

1, 3, 5, 6, 9, 10, 13, 14, 17, 18, 21, 22, 23, 27, 28, 29, 33, 34, 35, 39, 40, 41, 45, 46, 47, 51, 52, 53, 57, 58, 59, 60, 65, 66, 67, 68, 73, 74, 75, 76, 81, 82, 83, 84, 89, 90, 91, 92, 97, 98, 99, 100
Offset: 0

Views

Author

Paul Curtz, Nov 02 2009

Keywords

Examples

			1;
3;
5,6;
9,10;
13,14;
17,18;
21,22,23;
27,28,29;
33,34,35;
39,40,41;
		

Crossrefs

Cf. A001670 (number of terms per row), A167381 (last term of row n), A167413.

Formula

T(n,k) = T(n,k-1)+1, k>=1.
Showing 1-1 of 1 results.