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!)
A362683 Expansion of Sum_{k>0} (1/(1 - k*x^k)^2 - 1). 6
2, 7, 10, 25, 16, 78, 22, 153, 136, 298, 34, 1254, 40, 1214, 2004, 3825, 52, 11385, 58, 20894, 18932, 25006, 70, 150002, 18826, 115274, 199828, 389510, 88, 1334624, 94, 1725281, 2131188, 2360266, 725948, 14878299, 112, 10486958, 22329428, 37317986, 124, 120957336, 130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^d * (d+1) = A055225(n) + A359103(n).
If p is prime, a(p) = 1 + 3*p.
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^# * (# + 1) &]; Array[a, 50] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^d*(d+1));
CROSSREFS
Sequence in context: A066964 A066967 A222450 * A032007 A091295 A361931
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 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 May 23 05:11 EDT 2024. Contains 372758 sequences. (Running on oeis4.)