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!)
A343467 a(n) = -(1/n) * Sum_{d|n} phi(n/d) * (-5)^d. 2
5, -10, 45, -160, 629, -2590, 11165, -48910, 217045, -976258, 4438925, -20346440, 93900245, -435959830, 2034505661, -9536767660, 44878791365, -211927519090, 1003867701485, -4768372070128, 22706531350485, -108372079190350, 518301258916445, -2483526875847690, 11920928955078629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: Sum_{k>=1} phi(k) * log(1 + 5*x^k) / k.
a(n) = -(1/n) * Sum_{k=1..n} (-5)^gcd(n,k).
Product_{n>=1} 1 / (1 - x^n)^a(n) = g.f. for A261569.
MATHEMATICA
Table[-(1/n) Sum[EulerPhi[n/d] (-5)^d, {d, Divisors[n]}], {n, 1, 25}]
nmax = 25; CoefficientList[Series[Sum[EulerPhi[k] Log[1 + 5 x^k]/k, {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
Sequence in context: A328605 A122173 A083515 * A103971 A270085 A035406
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 16 2021
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)