login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A054615
a(n) = Sum_{d|n} phi(d)*8^(n/d).
3
0, 8, 72, 528, 4176, 32800, 262800, 2097200, 16781472, 134218800, 1073774880, 8589934672, 68719748256, 549755813984, 4398048608688, 35184372156480, 281474993496384, 2251799813685376, 18014398644225456, 144115188075856016
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=1..n} 8^gcd(n,k). - Ilya Gutkovskiy, Apr 16 2021
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(d)*8^(n/d)); \\ Michel Marcus, Jul 11 2021
CROSSREFS
Column k=8 of A185651.
Cf. A054627.
Sequence in context: A082141 A304826 A270241 * A344067 A111919 A052379
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 16 2000
STATUS
approved