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!)
A368561 a(n) = Sum_{k=0..n} k! * n^k. 1
1, 2, 11, 184, 6565, 390806, 34557919, 4237440628, 687219772553, 142347286888210, 36654963132246211, 11483715014356017104, 4300711472638444724653, 1897241450053063830832078, 973695564434830963964311655 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ n! * n^n. - Vaclav Kotesovec, Jan 13 2024
PROG
(PARI) a(n) = sum(k=0, n, k!*n^k);
CROSSREFS
Sequence in context: A353930 A295246 A288564 * A295646 A124836 A365361
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 30 2023
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 July 11 05:38 EDT 2024. Contains 374216 sequences. (Running on oeis4.)