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!)
A350307 a(n) is the constant term in the expansion of Product_{j=1..n} (Sum_{k=-j..j} x^k)^n. 2
1, 1, 37, 100683, 42935363305, 4440604747662968975, 161247684066768055445081543753, 2819198261291991623302749353791096334609249, 31233334332507494719367656927521237896029724037781845363309 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is the coefficient of x^(n^2 * (n+1)/2) in Product_{j=0..n} (Sum_{k=0..2*j} x^k)^n.
LINKS
MATHEMATICA
a[n_] := Coefficient[Series[Product[Sum[x^k, {k, -j, j}]^n, {j, 1, n}], {x, 0, 0}], x, 0]; Array[a, 9, 0] (* Amiram Eldar, Dec 24 2021 *)
PROG
(PARI) a(n) = polcoef(prod(j=1, n, sum(k=-j, j, x^k))^n, 0);
(PARI) a(n) = polcoef(prod(j=1, n, sum(k=0, 2*j, x^k))^n, n^2*(n+1)/2);
CROSSREFS
Sequence in context: A015037 A262786 A140746 * A262646 A063681 A289820
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 23 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 24 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)