OFFSET
1,2
COMMENTS
An Eulerian orientation of a graph is an orientation of the edges such that every vertex has in-degree equal to out-degree.
For n > 1, all values are divisible by 2 since reversing the orientation of every arc in a solution gives another solution.
LINKS
Eric Weisstein's World of Mathematics, Triangular Grid Graph
EXAMPLE
a(2) = 2 since there are two ways to orient the edges of a triangle so that edge vertex has in-degree equal to out-degree.
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, May 22 2020
STATUS
approved