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!)
A362838 a(n) = (-1)^n * n! * Sum_{k=0..floor(n/2)} n^(n-k) * Stirling1(n-k,k)/(n-k)!. 1
1, 0, 4, 27, 704, 26250, 1573344, 137145120, 16494166016, 2622125642472, 532936224000000, 134858889573071400, 41584752648545107968, 15351240982641183631440, 6684412762278362097401856, 3390180844777789569609375000, 1981175610959755697378851553280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] 1/(1 - n * x)^x.
PROG
(PARI) a(n) = (-1)^n*n!*sum(k=0, n\2, n^(n-k)*stirling(n-k, k, 1)/(n-k)!);
CROSSREFS
Main diagonal of A362837.
Sequence in context: A210343 A104168 A197990 * A068327 A066842 A133032
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 05 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 August 20 11:01 EDT 2024. Contains 375325 sequences. (Running on oeis4.)