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!)
A356407 a(n) = n! * Sum_{k=1..n} Sum_{d|k} 1/(d * ((k/d)!)^d). 3
1, 4, 15, 70, 375, 2411, 17598, 146490, 1359291, 13978597, 157393368, 1929989029, 25568858978, 364288345409, 5551537358188, 90142504077194, 1553345359200299, 28317316174307405, 544431381017568696, 11010510372888267555, 233653645911730002976 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: -(1/(1-x)) * Sum_{k>0} log(1 - x^k/k!).
a(n) = n! * Sum_{k=1..n} A182926(k)/k!.
PROG
(PARI) a(n) = n!*sum(k=1, n, sumdiv(k, d, 1/(d*(k/d)!^d)));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(-sum(k=1, N, log(1-x^k/k!))/(1-x)))
CROSSREFS
Sequence in context: A364908 A098614 A367040 * A366034 A027316 A085349
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 05 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)