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!)
A363641 Expansion of Sum_{k>0} x^(2*k)/(1 - k*x^k)^2. 1
0, 1, 2, 4, 4, 10, 6, 20, 14, 42, 10, 127, 12, 206, 132, 512, 16, 1459, 18, 2655, 1492, 5142, 22, 17795, 524, 24602, 17540, 59567, 28, 177776, 30, 274656, 196884, 524322, 20156, 1901506, 36, 2359334, 2125828, 5682323, 40, 17453224, 42, 24641943, 22948512, 46137390, 46 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^(d-2) * (d-1).
If p is prime, a(p) = p - 1.
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(#-2) * (#-1) &]; Array[a, 50] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(d-2)*(d-1));
CROSSREFS
Cf. A363649.
Sequence in context: A038043 A126138 A366575 * A247570 A054764 A267311
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 July 16 00:06 EDT 2024. Contains 374343 sequences. (Running on oeis4.)