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 A217171 #9 Oct 02 2012 15:01:39 %S A217171 8,8,7,2,1,7,7,8,0,0,0,2,4,4,7,4,6,1,0,2,9,4,4,5,9,0,7,4,0,2,3,9,4,6, %T A217171 8,0,3,0,0,0,6,1,1,5,3,1,6,0,0,9,0,2,7,8,4,7,6,9,0,2,5,7,7,5,9,6,4,7, %U A217171 0,3,4,0,4,7,3,1,2,3,0,0,0,5,1,2,3,2,1 %N A217171 a(n) is the first digit (from the left) to appear six times in succession in the decimal representation n^A217161(n). %H A217171 V. Raman, <a href="/A217171/b217171.txt">Table of n, a(n) for n = 2..10000</a> %t A217171 Table[k = 1; While[d = IntegerDigits[n^k]; df = Partition[Differences[d], 5, 1]; ! MemberQ[df, {0, 0, 0, 0, 0}], k++]; d[[Position[df, {0, 0, 0, 0, 0}][[1, 1]]]], {n, 2, 100}] (* _T. D. Noe_, Oct 02 2012 *) %Y A217171 Cf. A217161. %Y A217171 Cf. A215732, A215733, A215734, A215735, A215736, A215737. %K A217171 nonn,base %O A217171 2,1 %A A217171 _V. Raman_, Sep 27 2012