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!)
A352013 a(n) = Sum_{d|n} (-1)^(n/d+1) * (n-1)!/(d-1)!. 4
1, 0, 3, -11, 25, -59, 721, -10919, 60481, -15119, 3628801, -93471839, 479001601, -8648639, 134399865601, -2833553923199, 20922789888001, -174888473759999, 6402373705728001, -228084898487846399, 3652732042831872001, -14079294028799 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
E.g.f.: Sum_{k>0} log(1+x^k)/k!.
E.g.f.: -Sum_{k>0} (-1)^k * (exp(x^k) - 1)/k. - Seiichi Manyama, Jun 18 2023
MATHEMATICA
a[n_] := DivisorSum[n, (-1)^(n/#+1) * (n-1)!/(#-1)! &]; Array[a, 22] (* Amiram Eldar, Aug 30 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (-1)^(n/d+1)*(n-1)!/(d-1)!);
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, log(1+x^k)/k!)))
CROSSREFS
Sequence in context: A212971 A258440 A184634 * A164303 A129082 A190476
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 28 2022
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 April 18 15:16 EDT 2024. Contains 371780 sequences. (Running on oeis4.)