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.

A226596 Lengths of maximal non-crossing and non-overlapping increasing paths in n X n grids.

Original entry on oeis.org

0, 2, 4, 7, 10, 13, 16, 20, 22
Offset: 1

Views

Author

Keywords

Comments

The path is allowed to touch but not cross itself on single points, but not on segments of any length. "Increasing" means that the (Euclidean) length of each line segment must be strictly longer than the last.

Examples

			A solution for the case a(8)=20 is
-------------------------
01 02  .  .  .  .  . 16
..  . 03  .  .  .  . 14
09  . 15  . 05  .  . 12
..  . 04  .  .  .  .  .
..  . 06 13  . 07  . 21
..  . 08  . 11  .  . 19
10  .  .  .  .  .  . 17
20 18  .  .  .  .  .  .
-------------------------
		

Crossrefs

Cf. A226595.

Formula

a(n) <= A160663(n-1).