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!)
A326920 Constant term in the expansion of (-1 + Product_{k=1..n} (1 + x_k + 1/x_k))^n. 4
1, 0, 8, 264, 121200, 332810400, 7753173594200, 1440193875113407680, 2250630808138439243100640, 29565964235758317208187044137600, 3307988125501026209547184198622507128848, 3165738749695300492286911657015518806826344524560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also number of n-step closed walks (from origin to origin) in n-dimensional lattice, using steps (t_1,t_2, ... ,t_n) (t_k = -1, 1 or 0 for 1 <= k <= n) except for (0,0, ... ,0) (t_k = 0 for 1 <= k <= n).
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n,k) * A002426(k)^n.
a(n) ~ 3^(n^2 + n/2) / (exp(3/16) * 2^n * Pi^(n/2) * n^(n/2)). - Vaclav Kotesovec, Oct 30 2019
MATHEMATICA
Table[Sum[(-1)^(n-k) * Binomial[n, k] * Sum[Binomial[k, 2*j]*Binomial[2*j, j], {j, 0, k}]^n, {k, 0, n}], {n, 0, 12}] (* Vaclav Kotesovec, Oct 30 2019 *)
PROG
(PARI) {a(n) = sum(k=0, n, (-1)^(n-k)*binomial(n, k)*polcoef((1+x+1/x)^k, 0)^n)}
CROSSREFS
Sum_{k=0..n} (-1)^(n-k) * binomial(n,k) * A002426(k)^m: A126869 (m=1), A094061 (m=2), A328874 (m=3), A328875 (m=4).
Sequence in context: A003386 A299328 A098275 * A221606 A230590 A300047
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 29 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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)