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!)
A336171 a(n) = Sum_{k=0..n} (-1)^(n-k) * (n+4*k)!/((n-k)! * k!^5). 1
1, 119, 112681, 166923119, 302857024681, 616967236620839, 1354737230950753441, 3135180238488702264959, 7543003841027749147438441, 18698821633118804601271092959, 47466852090165503045193665276041, 122841260732098480578334554450553679, 323029586700918689286922557725358306721 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal of the rational function 1 / (1 - Sum_{k=1..5} x_k + Product_{k=1..5} x_k).
LINKS
FORMULA
G.f.: Sum_{k>=0} (5*k)!/k!^5 * x^k / (1+x)^(5*k+1).
MATHEMATICA
a[n_] := Sum[(-1)^(n - k)*(n + 4*k)!/((n - k)!*k!^5), {k, 0, n}]; Array[a, 13, 0] (* Amiram Eldar, Jul 10 2020 *)
PROG
(PARI) {a(n) = sum(k=0, n, (-1)^(n-k)*(n+4*k)!/((n-k)!*k!^5))}
(PARI) N=20; x='x+O('x^N); Vec(sum(k=0, N, (5*k)!/k!^5*x^k/(1+x)^(5*k+1)))
CROSSREFS
Column k=5 of A336169.
Cf. A082489.
Sequence in context: A192726 A266032 A269123 * A349429 A196429 A243779
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 10 2020
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 September 7 12:42 EDT 2024. Contains 375730 sequences. (Running on oeis4.)