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!)
A308327 a(n) = (1/n!) * Sum_{i_1=1..n} Sum_{i_2=1..n} ... Sum_{i_n=1..n} (-1)^(i_1 + i_2 + ... + i_n) * multinomial(i_1 + i_2 + ... + i_n; i_1, i_2, ..., i_n). 2
1, -1, 1, -120, 1056496, -2063348839223, 1457689055077930674637, -569779896381467292745562607320194, 174622933743914766946635359968704455433117668396, -56466564044341292662007179162722871704054012257606338926938133618 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
a(2) = (1/2) * (binomial(1+1,1) - binomial(1+2,2) - binomial(2+1,1) + binomial(2+2,2)) = 1.
PROG
(PARI) {a(n) = sum(i=n, n^2, (-1)^i*i!*polcoef(sum(j=1, n, x^j/j!)^n, i))/n!}
CROSSREFS
Main diagonal of A308356.
Cf. A308296.
Sequence in context: A166351 A147964 A172857 * A172897 A258925 A100734
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 20 2019
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)