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!)
A034730 Dirichlet convolution of b_n=1 with c_n=3^(n-1). 14
1, 4, 10, 31, 82, 256, 730, 2218, 6571, 19768, 59050, 177430, 531442, 1595056, 4783060, 14351125, 43046722, 129146980, 387420490, 1162281262, 3486785140, 10460412256, 31381059610, 94143358444, 282429536563, 847289140888, 2541865834900, 7625599080070, 22876792454962 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{n>0} x^n/(1-3*x^n). - Vladeta Jovovic, Nov 14 2002
a(n) ~ 3^(n-2). - Vaclav Kotesovec, Sep 09 2014
a(n) = Sum_{d|n} 3^(d-1). - Seiichi Manyama, Jun 26 2019
MATHEMATICA
Rest[CoefficientList[Series[Sum[x^k/(1-3*x^k), {k, 1, 30}], {x, 0, 30}], x]] (* Vaclav Kotesovec, Sep 09 2014 *)
PROG
(PARI) {a(n) = sumdiv(n, d, 3^(d-1))} \\ Seiichi Manyama, Jun 26 2019
CROSSREFS
Cf. A034729.
Sequence in context: A333916 A264564 A304963 * A321143 A095127 A006342
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 May 20 11:05 EDT 2024. Contains 372712 sequences. (Running on oeis4.)