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.

A328816 Number of semi-magic (only short lines are magic) knight's tours on a 4 X 2n board.

This page as a plain text file.
%I A328816 #12 Feb 01 2022 00:30:05
%S A328816 0,0,0,16,104,608,3480,19212,213280,587072,3237456
%N A328816 Number of semi-magic (only short lines are magic) knight's tours on a 4 X 2n board.
%H A328816 G. P. Jelliss, <a href="http://www.mayhematics.com/t/mo.htm">Oblong Magic Knight Tours</a>
%H A328816 Awani Kumar, <a href="https://arxiv.org/abs/1802.09340">Studies in Tours of Knight on Rectangular Boards</a>, arXiv:1802.09340 [math.GM], 2018.
%F A328816 a(n) = A309273(2*n).
%e A328816 Example of a 4 X 10 semi-magic knight's tour (only the short lines are magic):
%e A328816    +----+----+----+----+----+----+----+----+----+----+
%e A328816    |  1 | 38 |  3 | 24 |  5 | 34 |  9 | 26 | 13 | 30 |
%e A328816    +----+----+----+----+----+----+----+----+----+----+
%e A328816    | 20 | 23 | 18 | 37 |  8 | 25 |  6 | 29 | 10 | 27 |
%e A328816    +----+----+----+----+----+----+----+----+----+----+
%e A328816    | 39 |  2 | 21 |  4 | 33 | 16 | 35 | 12 | 31 | 14 |
%e A328816    +----+----+----+----+----+----+----+----+----+----+
%e A328816    | 22 | 19 | 40 | 17 | 36 |  7 | 32 | 15 | 28 | 11 |
%e A328816    +----+----+----+----+----+----+----+----+----+----+
%Y A328816 Cf. A309273, A309271.
%K A328816 nonn,more
%O A328816 1,4
%A A328816 _Awani Kumar_, Oct 28 2019