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!)
A336248 a(n) = (n!)^n * Sum_{k=0..n} (-1)^k / (k!)^n. 1
1, 0, 1, 26, 20481, 774403124, 2173797080953345, 645067515585218711490294, 27280857986486289638369834192338945, 213095986405176211170558965907644717041658073416, 386654453940903446694477049963665295677203885863801760000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[(n!)^n Sum[(-1)^k/(k!)^n, {k, 0, n}], {n, 0, 10}]
PROG
(PARI) a(n) = (n!)^n * sum(k=0, n, (-1)^k / (k!)^n); \\ Michel Marcus, Jul 14 2020
CROSSREFS
Sequence in context: A265877 A015060 A015035 * A359054 A359052 A209961
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 14 2020
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 13 20:42 EDT 2024. Contains 374288 sequences. (Running on oeis4.)