Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A370102 a(n) = Sum_{k=0..n} binomial(4*n,k) * binomial(5*n-k-1,n-k). 4
1, 8, 128, 2312, 44032, 864008, 17282432, 350353928, 7172939776, 147972367880, 3070951360128, 64044689834760, 1341056098444288, 28176478479561992, 593725756425591680, 12542160174109922312, 265525958014053580800, 5632170795392966388744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] ( (1+x)^4/(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)^4/(1+x)^4 ). See A365847.
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*n, k)*binomial(5*n-k-1, n-k));
CROSSREFS
Cf. A365847.
Sequence in context: A300178 A013777 A183497 * A237023 A156270 A051189
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 September 12 12:46 EDT 2024. Contains 375851 sequences. (Running on oeis4.)