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 A217167 #14 Oct 02 2012 14:27:09 %S A217167 5,7,5,8,7,1,4,4,0,1,4,4,4,2,5,3,8,9,0,4,2,8,3,4,1,4,7,1,0,8,3,3,1,2, %T A217167 6,7,4,4,0,1,8,8,4,1,1,2,1,1,0,7,1,8,1,5,4,5,3,1,0,2,4,0,4,2,6,4,4,2, %U A217167 0,1,0,3,2,7,7,7,5,0,0,4,5,8,1,2,0,3,8 %N A217167 a(n) is the first digit (from the left) to appear two times in succession in the decimal representation of n^A217157(n). %C A217167 Note that 109^2 = 11881. So by looking at the digits from the left, we have a(109) = 1. %H A217167 V. Raman, <a href="/A217167/b217167.txt">Table of n, a(n) for n = 2..10000</a> %t A217167 Table[k = 1; While[d = IntegerDigits[n^k]; ! MemberQ[df = Differences[d], 0], k++]; d[[Position[df, 0][[1, 1]]]], {n, 2, 100}] (* _T. D. Noe_, Oct 02 2012 *) %Y A217167 Cf. A217157. %Y A217167 Cf. A215732, A215236. %Y A217167 Cf. A215733, A215734, A215735, A215736, A215737. %K A217167 nonn,base %O A217167 2,1 %A A217167 _V. Raman_, Sep 27 2012