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!)
A359206 a(n) = Sum_{d|n} 4^(n-d). 1
1, 5, 17, 81, 257, 1345, 4097, 20737, 69633, 328705, 1048577, 5574657, 16777217, 83902465, 286261249, 1359020033, 4294967297, 22565617665, 68719476737, 348967141377, 1168499539969, 5497562333185, 17592186044417, 93531519582209, 282574488338433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} 4^(k-1) * x^k/(1 - 4^(k-1) * x^k).
G.f.: Sum_{k>=1} x^k/(1 - (4 * x)^k).
MATHEMATICA
a[n_] := DivisorSum[n, 4^(n-#) &]; Array[a, 25] (* Amiram Eldar, Aug 23 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, 4^(n-d));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, 4^(k-1)*x^k/(1-4^(k-1)*x^k)))
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-(4*x)^k)))
CROSSREFS
Sequence in context: A369262 A053418 A151882 * A149749 A149750 A179605
KEYWORD
nonn
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 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)