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!)
A364211 a(n) = (1/(4*n)) * Sum_{d|n} 5^(n/d-1) * phi(5*d). 2
1, 3, 9, 33, 126, 527, 2233, 9783, 43409, 195378, 887785, 4069297, 18780049, 87194199, 406901134, 1907353533, 8975758273, 42385547227, 200773540297, 953674414158, 4541306270097, 21674416725855, 103660251783289, 496705375169547, 2384185791015751, 11462431696965147, 55189485903168409 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: (-1/4) * Sum_{k>0} phi(5*k) * log(1-5*x^k)/(5*k).
MATHEMATICA
a[n_] := DivisorSum[n, 5^(n/#-1)*EulerPhi[5*#]/(4*n) &]; Array[a, 25] (* Amiram Eldar, Jul 14 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, 5^(n/d-1)*eulerphi(5*d))/(4*n);
CROSSREFS
Sequence in context: A049157 A138178 A063027 * A148998 A049185 A049162
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 13 2023
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 July 24 20:30 EDT 2024. Contains 374585 sequences. (Running on oeis4.)