OFFSET
0,3
COMMENTS
More precisely, number of ways that a river (or directed line) that starts in the southwest and flows east can cross an east-west road 2n times (bisection of A005316).
Also number of ways a loop can cross two parallel roads 2n times. Some portion of loop must lie below lower road.
LINKS
Jean-François Alcover, Table of n, a(n) for n = 0..27
FORMULA
a(n) = A005316(2*n).
MATHEMATICA
a[n_] := A005316[[2n+1]];
a /@ Range[0, 27] (* Jean-François Alcover, Sep 20 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane and Jon Wild, Nov 29 2002
STATUS
approved