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!)
A370605 a(n) = n! * Sum_{d|n} 1/((d-1)! * (n/d)!^d). 0
1, 3, 4, 11, 6, 72, 8, 499, 850, 4988, 12, 142232, 14, 949392, 7385394, 26739587, 18, 1462302432, 20, 21233776156, 253684768502, 151243121780, 24, 104533367794192, 25973364296906, 102776106948752, 26798029481115778, 95394359150584904, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
If p is prime, a(p) = 1 + p.
E.g.f.: Sum_{k>0} x^k/k! * exp(x^k/k!).
PROG
(PARI) a(n) = n!*sumdiv(n, d, 1/((d-1)!*(n/d)!^d));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/k!*exp(x^k/k!))))
CROSSREFS
Cf. A370581.
Sequence in context: A056045 A360794 A220848 * A232891 A096223 A232862
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 20:14 EDT 2024. Contains 375274 sequences. (Running on oeis4.)