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 A086016 #12 Dec 15 2017 17:36:31 %S A086016 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,1, %T A086016 0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1, %U A086016 0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,1,2,1,1,2,0,0,0,0,1,0,0,0,0,1 %N A086016 Number of 8's in decimal expansion of n^2. %H A086016 G. C. Greubel, <a href="/A086016/b086016.txt">Table of n, a(n) for n = 0..1000</a> %t A086016 DigitCount[(Range[0, 100])^2, 10, 8] (* _G. C. Greubel_, Dec 13 2016 *) %o A086016 (PARI) A086016(n)=#select(d->d==8,digits(n^2)) \\ _M. F. Hasler_, Feb 21 2016 %Y A086016 Cf. 0's A086008, 1's A086009, 2's A086010, 3's A086011, 4's A086012, 5's A086013, 6's A086014, 7's A086015, 9's A086017. %Y A086016 Cf. A269248 for the n^3 analog. %K A086016 base,nonn %O A086016 0,84 %A A086016 _Jason Earls_, Jul 07 2003