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!)
A034741 Dirichlet convolution of mu(n) with 3^(n-1). 6
1, 2, 8, 24, 80, 232, 728, 2160, 6552, 19600, 59048, 176880, 531440, 1593592, 4782880, 14346720, 43046720, 129133368, 387420488, 1162241760, 3486783664, 10460294152, 31381059608, 94142999520, 282429536400, 847288078000, 2541865821768, 7625595890640, 22876792454960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} mu(k)*x^k/(1 - 3*x^k). - Ilya Gutkovskiy, Oct 25 2018
a(n) ~ 3^(n-1). - Vaclav Kotesovec, Sep 11 2019
MATHEMATICA
nmax = 20; Rest[CoefficientList[Series[Sum[MoebiusMu[k] * x^k / (1 - 3*x^k), {k, 1, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Dec 11 2020 *)
PROG
(PARI) a(n) = sumdiv(n, d, moebius(d) * 3^(n/d-1) ); \\ Joerg Arndt, Apr 14 2013
CROSSREFS
Column k=3 of A143325.
First differences of A320087.
Cf. A054718.
Sequence in context: A228404 A006952 A327550 * A063727 A085449 A127362
KEYWORD
nonn
AUTHOR
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)