login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A370579 a(n) = n! * Sum_{d|n} 1/(d-1)!. 4
1, 4, 9, 52, 125, 1806, 5047, 87368, 544329, 7408810, 39916811, 1281329292, 6227020813, 174477663374, 2015997984015, 45336862771216, 355687428096017, 16059446167564818, 121645100408832019, 5372665305815808020, 76707372899469312021, 2248001765299683993622
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A087906(n).
If p is prime, a(p) = p + p!.
E.g.f.: Sum_{k>0} x^k * exp(x^k).
PROG
(PARI) a(n) = n!*sumdiv(n, d, 1/(d-1)!);
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, x^k*exp(x^k))))
CROSSREFS
Sequence in context: A030694 A060998 A358594 * A368634 A009276 A086692
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 23 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 18 14:47 EDT 2024. Contains 376000 sequences. (Running on oeis4.)