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 A099335 #6 Sep 20 2023 05:45:28 %S A099335 1,8,62,642,6355,62644,625896,6255492,62508519,624984447,6249917131, %T A099335 62499924780 %N A099335 Frequency of the hexadecimal 2 in the first 10^n hexadecimal digits of Pi. %H A099335 Kanada Laboratory, <a href="https://web.archive.org/web/20120324194210/http://pi2.cc.u-tokyo.ac.jp/pi-hexa_current.html">Statistical Distribution Information</a>. %t A099335 $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 2], {n, 5}] %Y A099335 Cf. A000796, A062964, A099333, A099334, A099336, A099337, A099338, A099339, A099340, A099341, A099342, A099343, A099344, A099345, A099346, A099347, A099348. %K A099335 base,nonn,more %O A099335 1,2 %A A099335 _Robert G. Wilson v_, Oct 12 2004