Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #25 Sep 17 2023 21:36:06
%S 1,5,10,133,1411,42938,1796859,157763829,22909432780,6291183426165,
%T 3032485231813445,2674030233698391466,4216437656471537450175,
%U 12038380931111061789962901,61810608197507432888286102310,572863067272579464080483552434421
%N Number of binary arrangements without adjacent 1's on n X n torus connected e-w ne-sw n-s nw-se.
%C For n > 1, a(n) is also the number of ways to populate an n X n toroidal chessboard with non-attacking kings (including the case of zero kings). - _Vaclav Kotesovec_, Oct 10 2011
%H V. Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Non-attacking chess pieces</a>, 6ed, 2013, p. 214.
%e Neighbors for n=4:
%e :\|/\|/\|/\|/
%e :-o--o--o--o-
%e :/|\/|\/|\/|\
%e :\|/\|/\|/\|/
%e :-o--o--o--o-
%e :/|\/|\/|\/|\
%e :\|/\|/\|/\|/
%e :-o--o--o--o-
%e :/|\/|\/|\/|\
%e :\|/\|/\|/\|/
%e :-o--o--o--o-
%e :/|\/|\/|\/|\
%Y Cf. circle A000204, line A000045, arrays: ne-sw nw-se A067965, e-w ne-sw nw-se A067963, n-s nw-se A067964, e-w n-s nw-se A066864, e-w ne-sw n-s nw-se A063443, n-s A067966, e-w n-s A006506, nw-se A067962, toruses: bare A002416, ne-sw nw-se A067960, ne-sw n-s nw-se A067959, n-s A067961, e-w n-s A027683, e-w ne-sw n-s A066866.
%Y Cf. A212269.
%K nonn,hard
%O 1,2
%A _R. H. Hardin_, Feb 02 2002
%E a(14) from _Vaclav Kotesovec_, Aug 22 2016
%E a(15)-a(16) from _Vaclav Kotesovec_, May 15 2021