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!)
A359018 a(n) = Sum_{d|n} d * 3^(d-1). 2
1, 7, 28, 115, 406, 1492, 5104, 17611, 59077, 197242, 649540, 2127364, 6908734, 22325632, 71744968, 229600123, 731794258, 2324583475, 7360989292, 23245426690, 73222477552, 230128420012, 721764371008, 2259438436708, 7060738412431, 22029510754258, 68630377423960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} x^k/(1 - 3 * x^k)^2.
MATHEMATICA
a[n_] := DivisorSum[n, 3^(#-1)*# &]; Array[a, 27] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d*3^(d-1));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-3*x^k)^2))
CROSSREFS
Sequence in context: A207098 A037597 A037702 * A302523 A290913 A303406
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 19 2022
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 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)