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!)
A370282 Coefficient of x^n in the expansion of 1/( (1-x)^3 - x )^n. 2
1, 4, 42, 499, 6250, 80634, 1060269, 14127852, 190102482, 2577310285, 35150819132, 481734467955, 6628611532621, 91517611501008, 1267182734325900, 17589579427715124, 244689432718144770, 3410399867585709501, 47613678409439712861, 665756829352248572725 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+k-1,k) * binomial(4*n+2*k-1,n-k).
The g.f. exp( Sum_{k>=1} a(k) * x^k/k ) has integer coefficients and equals (1/x) * Series_Reversion( x * ((1-x)^3 - x) ). See A369215.
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+k-1, k)*binomial(4*n+2*k-1, n-k));
CROSSREFS
Cf. A369215.
Sequence in context: A366819 A335776 A092800 * A268542 A249928 A156440
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 13 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 August 6 20:52 EDT 2024. Contains 374983 sequences. (Running on oeis4.)