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 A232712 #13 Dec 10 2013 03:52:35 %S A232712 2,4762,107624,35641,39568,1380796,12635940,40837596,102349857, %T A232712 102567384,106342987,129046873,107623945,231940678,239607415, %U A232712 368709154,1023456789,164758903,176384592,1023456789,1023456789,1023456789,1023456789,1023456789,1023456789 %N A232712 Least positive k (not a power of 10) such that k and k^n have the same set of digits. %C A232712 a(17) and a(20)-a(40) = A050278(1) = 1023456789, the smallest pandigital number. [_Lars Blomberg_, Dec 10 2013] %H A232712 Lars Blomberg, <a href="/A232712/b232712.txt">Table of n, a(n) for n = 1..40</a> %o A232712 (PARI) for(n=1, 6, k=1; until(Set(Vec(Str(k)))==Set(Vec(Str(k^n)))&&!(sumdigits(k)==1), k++); print1(k, ", ")); %Y A232712 Cf. A171102, A029793, A029795, A232659-A232662. %K A232712 nonn,base %O A232712 1,1 %A A232712 _Arkadiusz Wesolowski_, Nov 28 2013 %E A232712 a(14)-a(25) from _Lars Blomberg_, Dec 10 2013