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.
%I A265167 #17 Mar 18 2020 11:08:31 %S A265167 0,1,2,21,186,2113,27856,422481,7241480,138478561,2923183474, %T A265167 67520866405,1694065383154,45878853274945,1333966056696224, %U A265167 41446945223914337,1370476678395567376,48051281596087884289 %N A265167 Number of n X 2 arrays containing 2 copies of 0..n-1 with no equal horizontal or vertical neighbors and new values introduced sequentially from 0. %C A265167 Column 2 of A265170. %C A265167 a(n) is also the number of configurations of n indistinguishable pairs placed on the vertices of the ladder graph P_2 X P_n such that no such pair is joined by an edge; equivalently this is the number of "0-domino" configurations in the game of memory played on a 2 X n rectangular array, see [Young]. - _Donovan Young_, Oct 22 2018 %H A265167 D. Young, <a href="http://cs.uwaterloo.ca/journals/JIS/VOL21/Young/young2.pdf">The Number of Domino Matchings in the Game of Memory</a>, Journal of Integer Sequences, Vol. 21 (2018), Article 18.8.1. %H A265167 Donovan Young, <a href="https://arxiv.org/abs/1905.13165">Generating Functions for Domino Matchings in the 2 * k Game of Memory</a>, arXiv:1905.13165 [math.CO], 2019. Also in <a href="https://www.emis.de/journals/JIS/VOL22/Young/young13.html">J. Int. Seq.</a>, Vol. 22 (2019), Article 19.8.7. %F A265167 a(n) = Sum_{k=0..n} (-1)^k*(2*n-2*k-1)!! * A046741(n,k) where and 0!! = (-1)!! = 1; proved by inclusion-exclusion, see [Young]. %e A265167 Some solutions for n=4 %e A265167 ..0..1....0..1....0..1....0..1....0..1....0..1....0..1....0..1....0..1....0..1 %e A265167 ..2..3....2..3....2..3....2..0....2..3....2..3....2..3....2..3....2..3....2..3 %e A265167 ..0..1....3..2....0..2....1..3....0..1....3..0....3..1....1..2....3..2....0..2 %e A265167 ..2..3....1..0....3..1....3..2....3..2....2..1....0..2....0..3....0..1....1..3 %Y A265167 Cf. A265170, A046741. %K A265167 nonn %O A265167 1,3 %A A265167 _R. H. Hardin_, Dec 03 2015