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!)
A363649 Expansion of Sum_{k>0} x^(2*k)/(1 - (k*x)^k)^2. 1
0, 1, 2, 4, 4, 14, 6, 56, 62, 266, 10, 3991, 12, 6158, 84996, 225296, 16, 2881607, 18, 96995583, 87740548, 2621462, 22, 30762215703, 122070312524, 50331674, 84457666628, 8631957089039, 28, 885639790229244, 30, 2814753793638432, 76826598191124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^(n-2*n/d) * (d-1).
If p is prime, a(p) = p - 1.
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(n-2*n/#) * (#-1) &]; Array[a, 33] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(n-2*n/d)*(d-1));
CROSSREFS
Cf. A363641.
Sequence in context: A154987 A089419 A341235 * A263023 A193848 A371254
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 01:40 EDT 2024. Contains 374343 sequences. (Running on oeis4.)