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!)
A370283 Coefficient of x^n in the expansion of 1/( (1-x)^3 - x^2 )^n. 0

%I #7 Feb 14 2024 10:48:08

%S 1,3,23,201,1855,17643,171059,1680822,16679031,166763190,1677365833,

%T 16953705860,172047413395,1751870166998,17890003430490,

%U 183148065506136,1879053717936423,19315569214866495,198890064249729314,2051053032020625350,21180292180328586305

%N Coefficient of x^n in the expansion of 1/( (1-x)^3 - x^2 )^n.

%H a(n) = Sum_{k=0..floor(n/2)} binomial(n+k-1,k) * binomial(4*n+k-1,n-2*k).

%H 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^2) ). See A369694.

%o (PARI) a(n) = sum(k=0, n\2, binomial(n+k-1, k)*binomial(4*n+k-1, n-2*k));

%Y Cf. A370282, A370284.

%Y Cf. A369694.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Feb 13 2024

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 July 11 05:38 EDT 2024. Contains 374216 sequences. (Running on oeis4.)