login
A394065
Number of undirected paths in the n X n grid graph, reduced for symmetry (with rotations, reflections, and translations not counted as distinct).
5
0, 3, 38, 1465, 165680, 49897744, 40703854054
OFFSET
1,2
COMMENTS
Excludes 0 length paths; including them increases each term by 1.
Number of directed paths gives A394066. Number of undirected paths not reduced for symmetry gives A288032.
EXAMPLE
a(2) = 3:
+ + +--+ +--+
| |
+--+ + + +--+.
PROG
(PARI) \\ See Hohn link.
CROSSREFS
Sequence in context: A062155 A278927 A099022 * A229365 A136638 A213002
KEYWORD
nonn,more
AUTHOR
Charles L. Hohn, Mar 09 2026
STATUS
approved