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!)
A343928 a(n) = Sum_{k=0..n} (k!)^n * binomial(n,k). 3
1, 2, 7, 244, 337061, 24923091206, 139331988275478727, 82607113404338664216300296, 6984967577834038055008791270166057993, 109110690950275218023122492287310115968068596613130, 395940866518366059877297056617763923418318903997411043997258716171 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] Sum_{k>=0} (k!)^n * x^k/(1 - x)^(k+1).
a(n) = n! * [x^n] exp(x) * Sum_{k>=0} (k!)^(n-1) * x^k.
MATHEMATICA
a[n_] := Sum[(k!)^n * Binomial[n, k], {k, 0, n} ]; Array[a, 11, 0] (* Amiram Eldar, May 04 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, k!^n*binomial(n, k));
CROSSREFS
Sequence in context: A020459 A343899 A088106 * A294827 A295610 A329967
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 04 2021
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 19 07:26 EDT 2024. Contains 371782 sequences. (Running on oeis4.)