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 A055567 #14 Jul 03 2024 09:32:08 %S A055567 0,1,10,18,19,19,27,28,19,18,1,28,45,37,37,27,37,37,18,37,10,36,37,46, %T A055567 36,28,46,45,37,37,18,46,37,54,37,46,45,46,37,45,19,28,45,37,46,45,64, %U A055567 46,36,37,19,54,55,37,54,46,55,54,55,37,27,37,46,36,64,55,45,55,64,45 %N A055567 Sum of digits of n^6. %H A055567 Seiichi Manyama, <a href="/A055567/b055567.txt">Table of n, a(n) for n = 0..10000</a> %e A055567 a(2) = 10 because 2^6 = 64 and 6+4 = 10. %t A055567 DigitSum[Range[0, 100]^6] (* _Paolo Xausa_, Jul 03 2024 *) %o A055567 (PARI) a(n) = sumdigits(n^6); \\ _Seiichi Manyama_, Nov 16 2021 %Y A055567 Cf. A000012, A004159, A004164, A055565, A055566, A055572, A055577, A066588. %K A055567 base,nonn %O A055567 0,3 %A A055567 _Henry Bottomley_, May 26 2000