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 A252932 #8 Dec 07 2018 11:51:06 %S A252932 2,5,13,34,83,176,329,558,879,1308,1861,2554,3403,4424,5633,7046,8679, %T A252932 10548,12669,15058,17731,20704,23993,27614,31583,35916,40629,45738, %U A252932 51259,57208,63601,70454,77783,85604,93933,102786,112179,122128,132649,143758 %N A252932 Number of n X 2 nonnegative integer arrays with upper left 0 and every value within 3 of its king move distance from the upper left and every value increasing by 0 or 1 with every step right, diagonally se or down. %H A252932 R. H. Hardin, <a href="/A252932/b252932.txt">Table of n, a(n) for n = 1..210</a> %F A252932 Empirical: a(n) = (8/3)*n^3 - 18*n^2 + (145/3)*n - 42 for n>2. %F A252932 Conjectures from _Colin Barker_, Dec 07 2018: (Start) %F A252932 G.f.: x*(2 - 3*x + 5*x^2 + 4*x^3 + 7*x^4 + x^5) / (1 - x)^4. %F A252932 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>6. %F A252932 (End) %e A252932 Some solutions for n=4: %e A252932 ..0..0....0..1....0..0....0..0....0..0....0..0....0..1....0..1....0..0....0..0 %e A252932 ..1..1....1..1....1..1....1..1....0..1....0..1....0..1....0..1....0..0....0..0 %e A252932 ..1..1....2..2....2..2....1..2....1..1....0..1....0..1....0..1....0..1....0..0 %e A252932 ..1..1....2..2....3..3....2..2....2..2....1..1....0..1....1..1....0..1....0..0 %Y A252932 Column 2 of A252938. %K A252932 nonn %O A252932 1,1 %A A252932 _R. H. Hardin_, Dec 24 2014