login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)