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!)
A357296 Expansion of e.g.f. Sum_{k>0} x^k / (k! * (1 - x^k/k)). 0
1, 3, 7, 31, 121, 851, 5041, 43261, 369601, 3748249, 39916801, 490801081, 6227020801, 87861842641, 1310800947457, 21018206008801, 355687428096001, 6419518510204801, 121645100408832001, 2435836129700029057, 51102829650622464001, 1124549558817839481601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n! * Sum_{d|n} 1 / (d^(n/d-1) * d!).
If p is prime, a(p) = 1 + p! = A038507(p).
MATHEMATICA
a[n_] := n! * DivisorSum[n, 1/(#^(n/#-1) * #!) &]; Array[a, 20] (* Amiram Eldar, Jul 31 2023 *)
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/(k!*(1-x^k/k)))))
(PARI) a(n) = n!*sumdiv(n, d, 1/(d^(n/d-1)*d!));
CROSSREFS
Sequence in context: A306831 A105765 A061095 * A103901 A089162 A016047
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 23 2023
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 May 11 14:30 EDT 2024. Contains 372409 sequences. (Running on oeis4.)