Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A308366 Expansion of Sum_{k>=1} (-1)^(k+1)*k*x^k/(1 - k*x^k). 1
1, -1, 4, -7, 6, -4, 8, -39, 37, -16, 12, -94, 14, -92, 384, -591, 18, 65, 20, -1542, 2552, -1948, 24, -3606, 3151, -8048, 20440, -30590, 30, 33326, 32, -135455, 178512, -130816, 94968, -35029, 38, -523964, 1596560, -1749734, 42, 2521186, 44, -8374494, 16364502 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
L.g.f.: -log(Product_{k>=1} (1 - k*x^k)^((-1)^(k+1)/k)) = Sum_{n>=1} a(n)*x^n/n.
a(n) = Sum_{d|n} (-1)^(d+1)*d^(n/d).
a(n) = n + 1 if n is odd prime.
MATHEMATICA
nmax = 45; CoefficientList[Series[Sum[(-1)^(k + 1) k x^k/(1 - k x^k), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
nmax = 45; CoefficientList[Series[-Log[Product[(1 - k x^k)^((-1)^(k + 1)/k), {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax] // Rest
Table[Sum[(-1)^(d + 1) d^(n/d), {d, Divisors[n]}], {n, 1, 45}]
CROSSREFS
Sequence in context: A349162 A351547 A354828 * A056849 A116081 A361351
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 22 2019
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 August 19 05:14 EDT 2024. Contains 375284 sequences. (Running on oeis4.)