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 A036515 #13 Jul 27 2018 08:45:37 %S A036515 81,6889,88804,1898884,78818884,878588881,88888055881,388888184881, %T A036515 86888087818884,788088668888889,8858888198858889,108818889888588889, %U A036515 18848488888038898881,868968788888888880481,3888888880378818878884,22886882888858888885881 %N A036515 Smallest square containing exactly n 8's. %C A036515 a(21) > 10^28. - _Giovanni Resta_, Jul 27 2018 %H A036515 Giovanni Resta, <a href="/A036515/b036515.txt">Table of n, a(n) for n = 1..20</a> %t A036515 a[n_] := Block[{k=1}, While[DigitCount[k^2, 10, 8] != n, k++]; k^2]; Array[a, 6] (* _Giovanni Resta_, Jul 27 2018 *) %Y A036515 Cf. A048353. - _Jon E. Schoenfield_, Jan 24 2009 %K A036515 nonn,base %O A036515 1,1 %A A036515 _David W. Wilson_ %E A036515 More terms from _Jon E. Schoenfield_, Jan 24 2009 %E A036515 a(16) from _Giovanni Resta_, Jul 27 2018