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!)
A322539 Number of arrays of n integers in -9..9 with sum zero. 2
1, 1, 19, 271, 4579, 78151, 1363573, 24072133, 429042211, 7702189345, 139071924069, 2522948398895, 45949039890469, 839611990929219, 15385356833972711, 282616668487409521, 5202536118941844771, 95950964483217949751, 1772592132899627652691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^(9*n)] (Sum_{k=0..18} x^k)^n.
a(n) ~ 19^n / (2*sqrt(15*Pi*n)). - Vaclav Kotesovec, Dec 15 2018
MATHEMATICA
a[n_] := If[n==0, 1, Coefficient[Expand[Sum[x^k, {k, 0, 18}]^n], x^(9n)]]; Array[a, 25, 0] (* Amiram Eldar, Dec 14 2018 *)
PROG
(PARI) {a(n) = polcoeff((sum(k=0, 18, x^k))^n, 9*n, x)}
CROSSREFS
Column 9 of A201552.
Sequence in context: A016189 A125476 A016248 * A199819 A016187 A016184
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 14 2018
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)