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!)
A343465 a(n) = -(1/n) * Sum_{d|n} phi(n/d) * (-3)^d. 2
3, -3, 11, -21, 51, -119, 315, -831, 2195, -5883, 16107, -44357, 122643, -341487, 956635, -2690841, 7596483, -21522347, 61171659, -174342165, 498112275, -1426403751, 4093181691, -11767920107, 33891544419, -97764009003, 282429537947, -817028472645, 2366564736723, -6863037262207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: Sum_{k>=1} phi(k) * log(1 + 3*x^k) / k.
a(n) = -(1/n) * Sum_{k=1..n} (-3)^gcd(n,k).
Product_{n>=1} 1 / (1 - x^n)^a(n) = g.f. for A032308.
Product_{n>=1} (1 - x^n)^a(n) = g.f. for A261582.
MATHEMATICA
Table[-(1/n) Sum[EulerPhi[n/d] (-3)^d, {d, Divisors[n]}], {n, 1, 30}]
nmax = 30; CoefficientList[Series[Sum[EulerPhi[k] Log[1 + 3 x^k]/k, {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
Sequence in context: A163932 A007022 A011950 * A289883 A280564 A281284
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 May 18 19:23 EDT 2024. Contains 372665 sequences. (Running on oeis4.)