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!)
A356004 a(n) = n! * Sum_{k=1..n} Sum_{d|k} 1/(d! * (k/d)!). 1
1, 4, 14, 64, 322, 2054, 14380, 116722, 1060580, 10636042, 116996464, 1411275650, 18346583452, 256869465610, 3856674412952, 61743633813634, 1049641774831780, 18896533652098442, 359034139389870400, 7182372973523436802, 150833211474559084844 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: (1/(1-x)) * Sum_{k>0} (exp(x^k) - 1)/k!.
a(n) = n! * Sum_{k=1..n} A121860(k)/k!.
MATHEMATICA
a[n_] := n! * Sum[DivisorSum[k, 1/(#!*(k/#)!) &], {k, 1, n}]; Array[a, 21] (* Amiram Eldar, Jul 22 2022 *)
PROG
(PARI) a(n) = n!*sum(k=1, n, sumdiv(k, d, 1/(d!*(k/d)!)));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, (exp(x^k)-1)/k!)/(1-x)))
CROSSREFS
Sequence in context: A357793 A341682 A242764 * A154407 A222467 A184265
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 22 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 September 8 22:12 EDT 2024. Contains 375759 sequences. (Running on oeis4.)