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!)
A359442 a(n) = Sum_{d|n} d^(n + 1 - d - n/d). 1
1, 2, 2, 4, 2, 15, 2, 74, 83, 643, 2, 12635, 2, 117715, 397188, 2359426, 2, 103572204, 2, 1260918355, 13841818644, 25937425627, 2, 5612318393211, 152587890627, 23298085126579, 1853020231898564, 2422197090649523, 2, 1032944452284531101, 2, 10376297939508166658 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>0} x^k / (1 - (k * x)^k / k).
If p is prime, a(p) = 2.
MATHEMATICA
a[n_] := DivisorSum[n, #^(n + 1 - # - n/#) &]; Array[a, 32] (* Amiram Eldar, Aug 09 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d^(n+1-d-n/d));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-(k*x)^k/k)))
CROSSREFS
Sequence in context: A159749 A227293 A331391 * A102416 A333595 A227509
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 14 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 July 30 13:45 EDT 2024. Contains 374743 sequences. (Running on oeis4.)