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.

A296351 List of nonzero determinants of Bordered Lights Out matrices BL_k.

This page as a plain text file.
%I A296351 #16 May 13 2020 07:04:26
%S A296351 -3,-7,2197,-34391,-4002939,276762749,-133968364171875,
%T A296351 -239121867667810023,105499562776343659717577,
%U A296351 -3916466797684156666150912,-684705401333128471131344184438251,225821697750350580274314863789803277056101,-2768960885387220187221550050659464666284508951
%N A296351 List of nonzero determinants of Bordered Lights Out matrices BL_k.
%C A296351 For the orders of these matrices see A296350.
%H A296351 Amiram Eldar, <a href="/A296351/b296351.txt">Table of n, a(n) for n = 1..37</a>
%H A296351 Martin Kreh, <a href="https://doi.org/10.4169/amer.math.monthly.124.10.937">"Lights Out" and Variants</a>, Amer. Math. Month., Vol. 124 (10), Dec. 2017, pp. 937-950.
%t A296351 J[n_] := Table[If[Abs[i - j] < 2, 1, 0], {i, 1, n}, {j, 1, n}]; BL[n_] := KroneckerProduct[(jn = J[n]), (in = IdentityMatrix[n])] + KroneckerProduct[in, jn] - IdentityMatrix[n^2]; Select[Table[Det @ BL[n], {n, 2, 21}], # != 0 &] (* _Amiram Eldar_, May 13 2020 *)
%Y A296351 Cf. A296350, A296352, A296353.
%K A296351 sign
%O A296351 1,1
%A A296351 _N. J. A. Sloane_, Dec 14 2017