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!)
A359204 a(n) = Sum_{d|n} (n/d) * 4^(n-d). 2
1, 9, 49, 289, 1281, 7041, 28673, 147969, 602113, 2951169, 11534337, 57876481, 218103809, 1056997377, 4113563649, 19394592769, 73014444033, 354385657857, 1305670057985, 6210524807169, 23571585826817, 108851659538433, 404620279021569, 1942025331015681 (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^(n-#)*n/# &]; Array[a, 24] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, n/d*4^(n-d));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-(4*x)^k)^2))
CROSSREFS
Cf. also A359112.
Sequence in context: A123270 A114040 A231178 * A090390 A199411 A069665
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 20 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 3 09:56 EDT 2024. Contains 372207 sequences. (Running on oeis4.)