OFFSET
1,2
COMMENTS
The sequence is defined by the following method: Draw a 1 X 1 box with lower left corner at (1,1) on the coordinate grid. Then, for all integers n greater than 1, a(n) is the smallest positive integer value such that an n X n box with lower left coordinate (n, a(n)) has no edges that overlap with other boxes.
A029744 appears to be the terms for which a(n)=n in this sequence.
LINKS
Neal Gersh Tolunsky, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program
Kishore Rajesh, Illustration of first 10 terms of the sequence.
EXAMPLE
The following shows the positioning of the first 5 boxes:
__ __ __ __
| __ __ __|__ __
__|__|__ | |
| | | | | |
__|__|__|__|__ __| |
| |__|__|__| |
__|__ __| |__ __ __ __ __|
|__|
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Kishore Rajesh, Mar 20 2023
STATUS
approved