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!)
A359134 a(n) = Sum_{d|n} (2*d)^(n/d - 1). 2
1, 3, 5, 13, 17, 55, 65, 201, 293, 779, 1025, 3365, 4097, 12303, 17781, 49681, 65537, 204547, 262145, 791549, 1095429, 3145751, 4194305, 12897625, 16787217, 50331675, 68788805, 201591509, 268435457, 815505231, 1073741825, 3223326753, 4355433957, 12884901923 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>0} x^k / (1 - 2 * k * x^k).
If p is prime, a(p) = 1 + 2^(p-1).
MATHEMATICA
a[n_] := DivisorSum[n, (2*#)^(n/# - 1) &]; Array[a, 30] (* Amiram Eldar, Aug 14 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (2*d)^(n/d-1));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-2*k*x^k)))
CROSSREFS
Sequence in context: A275969 A359811 A283063 * A074854 A284143 A283912
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 13 2023
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 June 7 07:50 EDT 2024. Contains 373147 sequences. (Running on oeis4.)