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.

A253620 Maximum number of segments in nonintersecting increasing path on n X n hexagonal (isogonal) grid.

Original entry on oeis.org

0, 3, 6, 10, 14, 19, 25, 30, 36
Offset: 1

Views

Author

Tim Cieplowski, Jan 06 2015

Keywords

Comments

The path cannot intersect itself, not even on single points. "Increasing" means that the (Euclidean) length of each segment must be strictly greater than that of the previous one.
The analogous sequence for a triangular (isogonal) grid seems to satisfy a(n) = 2n+1, with 2^(n-2) such paths up to isomorphism.

Examples

			An example for a(4) = 10
       .   .   .   .
    09   .   .   .   .
  01   .   .   .   .   .
00  07   .   .   .   .  10
  02  05   .   .   .  08
     .   .   .   .  06
      03   .   .  04
		

Crossrefs

Cf. A226595.