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 A000873 #19 Apr 01 2017 00:34:16 %S A000873 8,11,18,80,81,82,83,84,85,86,87,88,89,800,801,802,803,804,805,806, %T A000873 807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823, %U A000873 824,825,826,827,828,829 %N A000873 Numbers beginning with letter 'e' in English. %H A000873 John Cerkan, <a href="/A000873/b000873.txt">Table of n, a(n) for n = 1..10000</a> %t A000873 Select[Range[10^3], Function[d, Or[And[Mod[IntegerLength@ #, 3] == 2, MemberQ[{11, 18}, FromDigits@ Take[d, 2]]], First@ d == 8]]@ IntegerDigits@ # &] (* _Michael De Vlieger_, Feb 13 2017 *) %Y A000873 Subsequence of A000852. %Y A000873 Cf. A000865, A000867, A000870, A000981, A006092. %K A000873 word,nonn %O A000873 1,1 %A A000873 _N. J. A. Sloane_ %E A000873 Corrected by Sam Alexander (pink2001x(AT)hotmail.com) %E A000873 Edited by _John Cerkan_, Feb 13 2017