[go: up one dir, main page]

login
A157616
On an n X n board, a(n) is the maximal number of squares covered by a self-avoiding path that starts from a corner and is made of alternated vertical and horizontal unitary steps.
3
1, 4, 6, 14, 18, 32, 38, 58, 66, 92, 102, 134
OFFSET
1,2
COMMENTS
From an idea of Leroy Quet, discussed on the SeqFan mailing list.
David Wilson conjectures that the formula for a(n) is:
a(1)=1, then, a(n)=n^2-n+2 for n even, and a(n)=n^2-2n+3 for n>1 odd.
CROSSREFS
KEYWORD
hard,more,nonn
AUTHOR
Giovanni Resta, Mar 03 2009
STATUS
approved