The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370105 a(n) = Sum_{k=0..n} (-1)^k * binomial(n+k-1,k) * binomial(5*n-k-1,n-k). 1
1, 3, 23, 192, 1687, 15253, 140504, 1311292, 12357015, 117318162, 1120436273, 10752242592, 103596191608, 1001494496863, 9709576926716, 94369011385192, 919175964169623, 8970063281146830, 87685232945278010, 858446087522807784, 8415669293820893937 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/( (1+x) * (1-x)^4 )^n.
The g.f. exp( Sum_{k>=1} a(k) * x^k/k ) has integer coefficients and equals (1/x) * Series_Reversion( x*(1+x)*(1-x)^4 ). See A365752.
a(n) = Sum_{k=0..floor(n/2)} binomial(n+k-1,k) * binomial(4*n-2*k-1,n-2*k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(n+k-1, k)*binomial(5*n-k-1, n-k));
(PARI) a(n, s=2, t=1, u=3) = sum(k=0, n\s, binomial(t*n+k-1, k)*binomial((u+1)*n-s*k-1, n-s*k));
CROSSREFS
Cf. A365752.
Sequence in context: A060880 A331718 A093155 * A372506 A241886 A096649
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 10 2024
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 June 11 17:16 EDT 2024. Contains 373315 sequences. (Running on oeis4.)