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!)
A161199 Numerators in expansion of (1-x)^(-5/2). 8
1, 5, 35, 105, 1155, 3003, 15015, 36465, 692835, 1616615, 7436429, 16900975, 152108775, 339319575, 1502700975, 3305942145, 115707975075, 251835004575, 1091285019825, 2354878200675, 20251952525805, 43397041126725, 185423721177825, 395033145117975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = numerator(((3 + 8*n + 4*n^2)/3)*binomial(2*n,n)/(4^n)).
a(n) = denominator((3/2)*Integral_{x=0..1} x^n*sqrt(1-x) dx), where the integral is sqrt(Pi)*n!/Gamma(n+5/2) = n!/( (n+3/2)*(n+1/2)*(n-1/2)*...*(1/2)). - Groux Roland, Feb 23 2011
MATHEMATICA
Numerator[CoefficientList[Series[(1-x)^(-5/2), {x, 0, 30}], x]] (* or *) Numerator[Table[(4n^2+8n+3)/3 Binomial[2n, n]/4^n, {n, 0, 30}]] (* Harvey P. Dale, Oct 15 2011 *)
CROSSREFS
Cf. A001790 [(1-x)^(-1/2)], A001803 [(1-x)^(-3/2)] and A161201 [(1-x)^(-7/2)].
Cf. A161200 [(1-x)^(3/2)].
Cf. A161198 (triangle for (1-x)^((-1-2*n)/2) for all values of n).
Cf. A046161 (denominators for (1-x)^(-5/2)).
Sequence in context: A369812 A090294 A162540 * A111877 A179337 A053126
KEYWORD
easy,nonn,frac
AUTHOR
Johannes W. Meijer, Jun 08 2009
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 April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)