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!)
A054616 a(n) = Sum_{d|n} phi(d)*9^(n/d). 3
0, 9, 90, 747, 6660, 59085, 532350, 4783023, 43053480, 387422001, 3486843810, 31381059699, 282430082700, 2541865828437, 22876797238470, 205891132215735, 1853020231912080, 16677181699666713, 150094635685484490, 1350851717672992251 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=1..n} 9^gcd(n,k). - Ilya Gutkovskiy, Apr 16 2021
PROG
(PARI) a(n) = if(n==0, 0, sumdiv(n, d, eulerphi(d)*9^(n/d))); \\ Altug Alkan, Mar 16 2018
CROSSREFS
Column k=9 of A185651.
Cf. A054628.
Sequence in context: A210088 A261315 A270242 * A344068 A052386 A246941
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 19 03:57 EDT 2024. Contains 371782 sequences. (Running on oeis4.)