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 A087410 #8 Mar 20 2015 03:25:36 %S A087410 81,62,43,24,4,85,66,47,28,8,89,61,4,11,21,20,12,81,36,14,41,52,16,1, %T A087410 68,17,61,84,19,22,0,20,82,16,22,42,32,24,2,48,25,62,64,27,22,80,28, %U A087410 82,96,30,43,12,32,3,28,33,63,44,35,23,60,36,83,76,38,43,92,40,4,8,41,64,24 %N A087410 Multiples of 8 with digits grouped in pairs and leading zeros omitted. %t A087410 FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 8n, {n, 1, 60}]]], 2] (* _Robert G. Wilson v_ *) %Y A087410 Cf. A008590, A059805, A087406, A060936, A087407, A087408, A087409, A087075, A087411. %K A087410 nonn,easy,base %O A087410 1,1 %A A087410 _N. J. A. Sloane_, Oct 19 2003 %E A087410 More terms from _Ray Chandler_, Oct 20 2003