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 A046471 #12 Jul 07 2019 02:23:46 %S A046471 8,1,5,5,4,4,8,3,3,6,3,1,11,5,7,6,4,2,9,3,3,7,3,3,13,4,2,6,5,1,10,1,7, %T A046471 3,5,2,8,2,2,6,1,4,9,5,3,8,8,4,11,1,3,4,4,5,2,1,6,3,4,4,5,2,3,4,4,3,8, %U A046471 1,5,3,2,2,5,4,5,3,3,4,8,4,2,4,4,1,5,2,6,6,3,2,7,3,3,8,5,1,7,1,4,5,2,3,9 %N A046471 Number of numbers k>1 such that k equals the sum of digits in k^n. %C A046471 The number of digits in k^n is at most 1+n*log(k). Hence the maximum sum of digits of k^n is 9(1+n*log(k)). By solving k=9(1+n*log(k)), we can compute an upper bound on k for each n. Sequence A133509 lists the n for which a(n)=0. %D A046471 Joe Roberts, "Lure of the Integers", The Mathematical Association of America, 1992, p. 172. %H A046471 T. D. Noe, <a href="/A046471/b046471.txt">Table of n, a(n) for n=1..1000</a> %e A046471 a(17)=4 -> sum-of-digits{x^17}=x for x=80,143,171 and 216 (x>1). %Y A046471 Cf. A046459, A046469, A046000. %Y A046471 a(n) = A046019(n) - 1. %Y A046471 Cf. A152147 (table of k such that the sum of digits of k^n equals k) %K A046471 nonn,base %O A046471 1,1 %A A046471 _Patrick De Geest_, Aug 15 1998 %E A046471 Edited by _T. D. Noe_, Nov 25 2008