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!)
A359186 a(n) = Sum_{d|n} d * 4^(d-1). 2
1, 9, 49, 265, 1281, 6201, 28673, 131337, 589873, 2622729, 11534337, 50338105, 218103809, 939552777, 4026533169, 17180000521, 73014444033, 309238241337, 1305670057985, 5497560761865, 23089744212017, 96757034778633, 404620279021569, 1688849910733113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} x^k/(1 - 4 * x^k)^2.
MATHEMATICA
a[n_] := DivisorSum[n, 4^(#-1)*# &]; Array[a, 24] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d*4^(d-1));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-4*x^k)^2))
CROSSREFS
Sequence in context: A224473 A146798 A055428 * A012231 A123270 A114040
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 April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)