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 A054615 #19 Jul 11 2021 04:44:09 %S A054615 0,8,72,528,4176,32800,262800,2097200,16781472,134218800,1073774880, %T A054615 8589934672,68719748256,549755813984,4398048608688,35184372156480, %U A054615 281474993496384,2251799813685376,18014398644225456,144115188075856016 %N A054615 a(n) = Sum_{d|n} phi(d)*8^(n/d). %H A054615 Seiichi Manyama, <a href="/A054615/b054615.txt">Table of n, a(n) for n = 0..1000</a> %F A054615 a(n) = Sum_{k=1..n} 8^gcd(n,k). - _Ilya Gutkovskiy_, Apr 16 2021 %o A054615 (PARI) a(n) = sumdiv(n, d, eulerphi(d)*8^(n/d)); \\ _Michel Marcus_, Jul 11 2021 %Y A054615 Column k=8 of A185651. %Y A054615 Cf. A054627. %K A054615 nonn %O A054615 0,2 %A A054615 _N. J. A. Sloane_, Apr 16 2000