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.

Previous Showing 11-11 of 11 results.

A335074 Triangle read by rows: consider a figure made up of a row of n congruent rectangles and the diagonals of all possible rectangles; T(n,k) (1 <= k <= n-1) is the number of vertices on the edge separating rectangles k and k+1.

Original entry on oeis.org

1, 3, 3, 5, 3, 5, 7, 7, 7, 7, 9, 9, 7, 9, 9, 11, 13, 11, 11, 13, 11, 13, 15, 17, 11, 17, 15, 13, 15, 19, 19, 19, 19, 19, 19, 15, 17, 21, 25, 21, 19, 21, 25, 21, 17, 19, 25, 29, 29, 23, 23, 29, 29, 25, 19, 21, 27, 33, 33, 33, 23, 33, 33, 33, 27, 21, 23, 31, 37, 39, 39, 35, 35, 39, 39, 37, 31, 23
Offset: 2

Views

Author

Keywords

Comments

The terms are from numeric computation - no formula for a(n) is currently known.

Examples

			Triangle begins:
1;
3, 3;
5, 3, 5;
7, 7, 7, 7;
9, 9, 7, 9, 9;
11, 13, 11, 11, 13, 11;
13, 15, 17, 11, 17, 15, 13;
15, 19, 19, 19, 19, 19, 19, 15;
17, 21, 25, 21, 19, 21, 25, 21, 17;
19, 25, 29, 29, 23, 23, 29, 29, 25, 19;
21, 27, 33, 33, 33, 23, 33, 33, 33, 27, 21;
23, 31, 37, 39, 39, 35, 35, 39, 39, 37, 31, 23;
		

Crossrefs

Formula

Row sum n + Row sum A335056(n) = A159065(n).
Previous Showing 11-11 of 11 results.