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!)
A356459 a(n) = n! * Sum_{k=1..n} Sum_{d|k} d/(k/d)!. 2
1, 7, 40, 281, 2006, 17677, 159020, 1678721, 18555850, 230978981, 2979853592, 43323807265, 644160764846, 10543905398405, 178896116995276, 3284281839169217, 61879477543508690, 1264313089711322821, 26333205612282941600, 588074615109602665601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n! * Sum_{k=1..n} A354863(k)/k!.
E.g.f.: (1/(1-x)) * Sum_{k>0} k * (exp(x^k) - 1).
PROG
(PARI) a(n) = n!*sum(k=1, n, sumdiv(k, d, d/(k/d)!));
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sum(k=1, N, k*(exp(x^k)-1))/(1-x)))
CROSSREFS
Sequence in context: A154968 A121582 A239989 * A226223 A356046 A062727
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 08 2022
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 28 07:46 EDT 2024. Contains 372020 sequences. (Running on oeis4.)