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!)
A336249 a(n) = (n!)^n * Sum_{k=0..n} 1 / ((k!)^n * (n-k)!). 0
1, 2, 7, 172, 79745, 1375363126, 1445639634946657, 136511607703654177490168, 1597074319746489837872943936307201, 3049096207067719868011671739966873049880826186, 1209808678412717193052533393657339738066086793611743000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (n!)^n * [x^n] exp(x) * Sum_{k>=0} x^k / (k!)^n.
a(n) ~ (2*Pi)^((n-1)/2) * n^(n^2 - n/2 + 1/2) / exp(n*(n-1) - 1/12). - Vaclav Kotesovec, Jul 14 2020
MATHEMATICA
Table[(n!)^n Sum[1/((k!)^n (n - k)!), {k, 0, n}], {n, 0, 10}]
Table[(n!)^n SeriesCoefficient[Exp[x] Sum[x^k/(k!)^n, {k, 0, n}], {x, 0, n}], {n, 0, 10}]
PROG
(PARI) a(n) = (n!)^n * sum(k=0, n, 1 / ((k!)^n * (n-k)!)); \\ Michel Marcus, Jul 14 2020
CROSSREFS
Sequence in context: A077746 A236810 A159034 * A120381 A260507 A173240
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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)