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!)
A049381 Expansion of (1-25*x)^(-3/5). 6

%I #22 Sep 24 2023 09:15:35

%S 1,15,300,6500,146250,3363750,78487500,1850062500,43938984375,

%T 1049653515625,25191684375000,606890578125000,14666522304687500,

%U 355381117382812500,8630684279296875000,210013317462890625000

%N Expansion of (1-25*x)^(-3/5).

%H Robert Israel, <a href="/A049381/b049381.txt">Table of n, a(n) for n = 0..715</a>

%F G.f.: (1-25*x)^(-3/5).

%F a(n) = (5^n/n!) * Product_{k=0..n-1} (5*k+3).

%F a(n) ~ Gamma(3/5)^-1*n^(-2/5)*5^(2*n)*{1 - 3/25*n^-1 + ...}. - Joe Keane (jgk(AT)jgk.org), Nov 24 2001

%F a(n) = (-25)^n*binomial(-3/5, n). - _Peter Luschny_, Oct 23 2018

%F From _Peter Bala_, Sep 24 2023: (Start)

%F a(n) = 25^n * binomial(n - 2/5, n).

%F P-recursive: a(n) = 5*(5*n - 2)/n * a(n-1) with a(0) = 1. (End)

%e (1-x)^(-3/5) = 1 + 3/5*x + 12/25*x^2 + 52/125*x^3 + ...

%p A049381 := n -> (-25)^n*binomial(-3/5, n):

%p seq(A049381(n), n=0..16); # _Peter Luschny_, Oct 23 2018

%t CoefficientList[Series[(1-25x)^(-3/5),{x,0,20}],x] (* _Harvey P. Dale_, Aug 08 2013 *)

%Y Cf. A034688, A049380, A049382, A049392, A049396.

%K nonn,easy

%O 0,2

%A Joe Keane (jgk(AT)jgk.org)

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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)