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!)
A349471 a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(k*n,k). 2
1, 0, 5, 71, 1625, 48699, 1815157, 80960200, 4205895521, 249447427145, 16631893722851, 1231521399730489, 100270564101729529, 8903719880410535595, 856322102196977446955, 88677383473792696758599, 9837660365763014667911553, 1163993530309417488368300653 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(n - 1/2) * n^(n - 1/2) / sqrt(2*Pi). - Vaclav Kotesovec, Nov 20 2021
MATHEMATICA
a[n_] := Sum[(-1)^(n - k) * Binomial[k*n, k], {k, 0, n}]; Array[a, 20, 0] (* Amiram Eldar, Nov 19 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(k*n, k));
CROSSREFS
Sequence in context: A092250 A362159 A371326 * A347989 A193436 A193501
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 19 2021
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)