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!)
A341185 a(n) = Sum_{k=0..n} k^n * k! * binomial(n,k)^2. 1
1, 1, 12, 315, 15088, 1141625, 124989156, 18659050795, 3638892086208, 897534389449809, 272981684150035300, 100316132701760094251, 43802068733570039425776, 22409162143775383385763913, 13274030650412266312507931652 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[0] = 1; a[n_] := Sum[k^n * k! * Binomial[n, k]^2, {k, 0, n}]; Array[a, 15, 0] (* Amiram Eldar, Feb 06 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, k^n*k!*binomial(n, k)^2);
CROSSREFS
Sequence in context: A129583 A323839 A163585 * A279293 A180790 A277072
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 06 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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)