login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226595 Lengths of maximal nontouching increasing paths in n X n grids. 5
0, 2, 4, 7, 9, 12, 15, 17, 20, 24, 27, 29, 33, 36, 39 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The path is not allowed to touch itself, not even on single points. "Increasing" means that the (Euclidean) length of each line segment must be strictly longer than the last.
LINKS
Bert Dobbelaere, C++ program
FORMULA
a(n) <= A226596(n) <= A160663(n-1).
EXAMPLE
An example for a(8)=17
-------------------------
01 02 . . . . 05 .
.. . 03 . 04 . . 18
09 07 . . 06 . . 16
.. . . . . . . 14
.. . . . . . . 12
.. . 08 . . . . .
10 17 15 13 . . . .
.. . . . 11 . . .
-------------------------
CROSSREFS
Cf. A226596.
Sequence in context: A184735 A184583 A189379 * A031435 A065560 A134886
KEYWORD
nonn,hard,nice,more
AUTHOR
EXTENSIONS
a(10)-a(12) from Joseph DeVincentis via Charles R Greathouse IV, Oct 08 2015
a(13) from Charles R Greathouse IV, Oct 25 2015 using code from Joseph DeVincentis
a(14)-a(15) from Bert Dobbelaere, Oct 05 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 22:54 EDT 2024. Contains 374334 sequences. (Running on oeis4.)