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!)
A370581 a(n) = n! * Sum_{d|n} d/(d! * (n/d)!). 1
1, 3, 4, 17, 6, 307, 8, 5049, 30250, 105851, 12, 25945933, 14, 77837775, 14529715216, 147891744017, 18, 13435316294419, 20, 7606841430988821, 16895152834560022, 183030822374423, 24, 387276381308571955225, 5385836820601036800026, 485735643993600027 (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).
PROG
(PARI) a(n) = n!*sumdiv(n, d, d/(d!*(n/d)!));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k/k!*exp(x^k))))
CROSSREFS
Sequence in context: A248240 A110983 A360795 * A100560 A025534 A082000
KEYWORD
nonn,easy
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 April 30 16:06 EDT 2024. Contains 372136 sequences. (Running on oeis4.)