Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A370603 a(n) = n! * Sum_{d|n} 1/((d-1)! * (n/d)!^(d-1)). 3
1, 4, 9, 40, 125, 936, 5047, 42848, 367929, 3668500, 39916811, 480577032, 6227020813, 87197480384, 1307761815375, 20923593490816, 355687428096017, 6402405005606628, 121645100408832019, 2432903231908929800, 51090944698284691221, 1124000756238680570272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A370608(n).
If p is prime, a(p) = p + p!.
E.g.f.: Sum_{k>0} x^k * exp(x^k/k!).
PROG
(PARI) a(n) = n!*sumdiv(n, d, 1/((d-1)!*(n/d)!^(d-1)));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k*exp(x^k/k!))))
CROSSREFS
Cf. A370608.
Sequence in context: A149164 A238420 A302179 * A370602 A354738 A073414
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 23 2024
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 August 18 18:17 EDT 2024. Contains 375273 sequences. (Running on oeis4.)