The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A054612 a(n) = Sum_{d|n} phi(d)*5^(n/d). 5
0, 5, 30, 135, 660, 3145, 15810, 78155, 391320, 1953405, 9768870, 48828175, 244157820, 1220703185, 6103593930, 30517584915, 152588282640, 762939453205, 3814699250430, 19073486328215, 95367441415140, 476837158360185, 2384185839844050 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=1..n} 5^gcd(n,k). - Ilya Gutkovskiy, Apr 16 2021
PROG
(PARI) a(n) = if (n, sumdiv(n, d, eulerphi(d)*5^(n/d)), 0); \\ Michel Marcus, Apr 16 2021
CROSSREFS
Column k=5 of A185651.
Cf. A001869.
Sequence in context: A196452 A227267 A213260 * A358543 A282078 A080951
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 June 8 13:28 EDT 2024. Contains 373217 sequences. (Running on oeis4.)