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!)
A336247 a(n) = (n!)^n * Sum_{k=0..n} 1 / (k!)^n. 5
1, 2, 9, 460, 684545, 50547203126, 280807908057046657, 165858480204085842350156792, 13997217669604247492958380810030809089, 218434494471443385260764665498960241287478619115850, 792268399795067334328715213043856435592857850955707257780000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[(n!)^n Sum[1/(k!)^n, {k, 0, n}], {n, 0, 10}]
PROG
(PARI) a(n) = (n!)^n * sum(k=0, n, 1/(k!)^n); \\ Michel Marcus, Jul 14 2020
CROSSREFS
Main diagonal of A343863.
Sequence in context: A000883 A086693 A085605 * A180936 A036878 A162710
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 23:31 EDT 2024. Contains 374290 sequences. (Running on oeis4.)