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.

A351111 Number of paths for a Racetrack car (using Moore neighborhood) with initial velocity zero, going from one corner to the diagonally opposite corner on an n X n grid, such that all positions are visited exactly once.

Original entry on oeis.org

1, 0, 6, 2, 9436
Offset: 1

Views

Author

Pontus von Brömssen, Feb 01 2022

Keywords

Examples

			For n = 4 the following path and its reflection in the diagonal are the only solutions, so a(4) = 2.
   _   _
  | | |_
  |_ \  |
   _| |_|
		

Crossrefs

Main diagonal of A351110.