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 A227881 #12 Oct 28 2013 16:18:55 %S A227881 1,8,19,17,19,35,37,35,55,71,55,62,64,80,91,80,109,98,91,98,82,116, %T A227881 136,143,109,152,163,152,145,152,172,170,172,170,208,215,199,197,226, %U A227881 233,217,206,271,224,244,242,253,287,244,305,271,269,298,305,325,314 %N A227881 Sum of digits of 17^n. %H A227881 Irene Sermon, <a href="/A227881/b227881.txt">Table of n, a(n) for n = 0..10000</a> %F A227881 a(n) = A007953(A001026(n)). %e A227881 For n = 8, 17^8 = 6975757441 and the digit sum is 55. %t A227881 Table[Total[IntegerDigits[17^n]], {n, 0, 100}] (* _T. D. Noe_, Oct 28 2013 *) %Y A227881 Cf. A001026, A227871. %K A227881 nonn,base,less %O A227881 0,2 %A A227881 _Irene Sermon_, Oct 25 2013