cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A307556 Number of (undirected) longest paths in the n X n bishop graph.

Original entry on oeis.org

0, 2, 4, 192, 25376, 64264704, 1295557991168, 458135084510273536, 2627612220112334649458688
Offset: 1

Views

Author

Eric W. Weisstein, Apr 14 2019

Keywords

Crossrefs

Cf. A234632 (number of directed Hamiltonian paths in the n X n black bishop graph).

Formula

a(n) = A234632(n) for n even.
a(n) = A234632(n)/2 for n odd.