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 A295771 #18 Apr 11 2019 07:25:51 %S A295771 1,3,4,7,8,11,12,14,16,19,20,23,24,26 %N A295771 a(n) is the minimum size of a planar additive basis for the square [0,n]^2. %C A295771 A planar additive basis is a set of points with nonnegative integer coordinates such that their pairwise sums cover a given rectangle of points with integer coordinates. Pairwise sums of a point with itself are included. %C A295771 a(n) <= 2n+1, because there is an L-shaped basis of that size. %C A295771 a(n) <= 2n if n is even and nonzero, because of a square-shaped "boundary basis" with sides at coordinates 0 and n/2. %H A295771 J. Kohonen, V. Koivunen and R. Rajamäki, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL21/Rajamaki/raj.html">Planar additive bases for rectangles</a>, Journal of Integer Sequences, 21 (2018), Article 18.9.8. %e A295771 a(3)=7: The square [0,3]^2 is covered by the pairwise sums of the L-shaped basis {(0,0),(1,0),(2,0),(3,0),(0,1),(0,2),(0,3)}, which has 7 elements. %Y A295771 A295774 is the restricted version. %Y A295771 A001212 concerns the one-dimensional problem. %Y A295771 Main diagonal of A306608. %K A295771 nonn,more %O A295771 0,2 %A A295771 _Jukka Kohonen_, Nov 27 2017 %E A295771 a(12), a(13) from _Jukka Kohonen_, Dec 17 2018