|
| |
|
|
A002596
|
|
Numerators in expansion of sqrt(1+x). Absolute values give numerators in expansion of (1-x)^(1/2).
(Formerly M3768 N1538)
|
|
11
| |
|
|
1, 1, -1, 1, -5, 7, -21, 33, -429, 715, -2431, 4199, -29393, 52003, -185725, 334305, -9694845, 17678835, -64822395, 119409675, -883631595, 1641030105, -6116566755, 11435320455, -171529806825, 322476036831, -1215486600363, 2295919134019
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,5
|
|
|
COMMENTS
| Also, absolute values are numerators of (2n-3)!!/n! or the odd part of the (n-1)th Catalan number.
|
|
|
REFERENCES
| B. D. Hughes, Random Walks and Random Environments, Oxford 1995, vol. 1, p. 513, Eq. (7.281).
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=0..200
Eric Weisstein's World of Mathematics, Legendre Polynomial
|
|
|
FORMULA
| a(n+2) = C(n+1)/2^k(n+1), n >= 0; C(n)= A000108(n)(Catalan), k(n)= A048881(n).
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Jun 08 2009: (Start)
a(n) = (-1)^n*numer((1/(1-2*n))*binomial(2*n,n)/(4^n))
(1+x)^(1/2) = sum((1/(1-2*n))*binomial(2*n,n)/(4^n)*(-x)^n, n=0..infinity)
(1-x)^(1/2) = sum((1/(1-2*n))*binomial(2*n,n)/(4^n)*(x)^n, n=0..infinity)
(End)
|
|
|
EXAMPLE
| sqrt(1+x) = 1+1/2*x-1/8*x^2+1/16*x^3-5/128*x^4+7/256*x^5-21/1024*x^6+33/2048*x^7+...
|
|
|
MATHEMATICA
| InverseSeries[Series[2^p*y-y^2/2^q, {y, 0, 24}], x] (* p, q positive integers, then a(n)=numerator(y(n)) *) - Len Smiley, Apr 13 2000
Numerator[CoefficientList[Series[Sqrt[1+x], {x, 0, 30}], x]] (* From Harvey P. Dale, Oct 22 2011 *)
|
|
|
CROSSREFS
| Denominators are A046161.
Cf. A001795.
Equals A000265(A000108(n-1)), n>0.
Absolute values are essentially A098597.
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Jun 08 2009: (Start)
Cf. A161200 [(1-x)^(3/2)] and A161202 [(1-x)^(`5/2)].
Cf. A001803 [1-x)^(-3/2)]
A161198 triangle related to the series expansions of (1-x)^((-1-2*n)/2) for all values of n.
(End)
Sequence in context: A057424 A027152 A076197 * A098597 A097038 A049114
Adjacent sequences: A002593 A002594 A002595 * A002597 A002598 A002599
|
|
|
KEYWORD
| easy,nice,frac,sign
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Minor correction to definition from Johannes W. Meijer, Jun 05 2009
|
| |
|
|