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!)
A054613 a(n) = Sum_{d|n} phi(d)*6^(n/d). 3
0, 6, 42, 228, 1344, 7800, 46956, 279972, 1681008, 10078164, 60474120, 362797116, 2176832112, 13060694088, 78364444284, 470185001040, 2821111589856, 16926659444832, 101559966840108, 609359740010604, 3656158500550080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n * A054625(n).
a(n) = Sum_{k=1..n} 6^gcd(n,k). - Ilya Gutkovskiy, Apr 16 2021
PROG
(PARI) a(n) = if(n==0, 0, sumdiv(n, d, eulerphi(d)*6^(n/d))); \\ Altug Alkan, Mar 16 2018
CROSSREFS
Column k=6 of A185651.
Cf. A054625.
Sequence in context: A054642 A082139 A180286 * A270239 A229473 A141834
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 24 07:28 EDT 2024. Contains 371922 sequences. (Running on oeis4.)