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!)
A361637 Constant term in the expansion of (1 + x + y + z + 1/(x*y*z))^n. 7
1, 1, 1, 1, 25, 121, 361, 841, 4201, 25705, 118441, 423721, 1628881, 8065201, 41225185, 184416961, 768211081, 3420474121, 16620237001, 79922011465, 364149052705, 1638806098945, 7655390077105, 36739991161105, 174363209490625, 811840219629121, 3790118889635521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} 1/(k!^4 * (n-4*k)!).
G.f.: Sum_{k>=0} (4*k)!/k!^4 * x^(4*k)/(1-x)^(4*k+1).
From Vaclav Kotesovec, Mar 20 2023: (Start)
Recurrence: n^3*a(n) = (2*n - 1)*(2*n^2 - 2*n + 1)*a(n-1) - (n-1)*(6*n^2 - 12*n + 7)*a(n-2) + 2*(n-2)*(n-1)*(2*n - 3)*a(n-3) + 255*(n-3)*(n-2)*(n-1)*a(n-4).
a(n) ~ 5^(n + 3/2) / (2^(5/2) * Pi^(3/2) * n^(3/2)). (End)
PROG
(PARI) a(n) = n!*sum(k=0, n\4, 1/(k!^4*(n-4*k)!));
CROSSREFS
Sequence in context: A016970 A174371 A062938 * A190875 A205800 A330045
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 19 2023
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 28 04:16 EDT 2024. Contains 372020 sequences. (Running on oeis4.)