OFFSET
1,2
COMMENTS
For n > 1, a(n) = A010566(n)/4: every self-avoiding open path from P to an adjacent site Q (except the one for n = 1) can be completed to a self-avoiding closed path by adding an edge from Q back to P, and exactly 1/4 of all closed paths through P contain that edge.
LINKS
Felix A. Pahl, Table of n, a(n) for n = 1..55
MATHEMATICA
A002931 = Cases[Import["https://oeis.org/A002931/b002931.txt", "Table"], {_, _}][[All, 2]]; a[n_] := n A002931[[n]];
a /@ Range[55] (* Jean-François Alcover, Jan 11 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix A. Pahl, May 19 2013
STATUS
approved