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!)
A087906 a(n) = Sum_{d|n} (n-1)!/(d-1)!. 16

%I #15 Jan 03 2022 21:13:08

%S 1,2,3,13,25,301,721,10921,60481,740881,3628801,106777441,479001601,

%T 12462690241,134399865601,2833553923201,20922789888001,

%U 892191453753601,6402373705728001,268633265290790401,3652732042831872001,102181898422712908801,1124000727777607680001

%N a(n) = Sum_{d|n} (n-1)!/(d-1)!.

%H G. C. Greubel, <a href="/A087906/b087906.txt">Table of n, a(n) for n = 1..450</a>

%F E.g.f.: Sum_{k>0} (exp(x^k)-1)/k = -Sum_{k>0} log(1-x^k)/k!.

%t Array[n \[Function] DivisorSum[n, (n - 1)!/(# - 1)! &], 25] (* J. Mulder (jasper.mulder(AT)planet.nl), Jan 25 2010 *)

%o (PARI) a(n)=sumdiv(n,d,(n-1)!/(d-1)!); \\ _Joerg Arndt_, May 21 2013

%Y Cf. A057625, A061095, A038041, A038048, A005225, A209902 (exp).

%K nonn

%O 1,2

%A _Vladeta Jovovic_, Oct 15 2003

%E More terms from J. Mulder (jasper.mulder(AT)planet.nl), Jan 25 2010

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 13 08:08 EDT 2024. Contains 374274 sequences. (Running on oeis4.)