|
Search: id:A061548
|
|
|
| A061548 |
|
Numerator of probability that there is no error when average of n numbers is computed, assuming errors of +1, -1 are possible and they each occur with p=1/4. |
|
+0 5
|
|
| 1, 3, 35, 231, 6435, 46189, 676039, 5014575, 300540195, 2268783825, 34461632205, 263012370465, 8061900920775, 61989816618513, 956086325095055, 7391536347803839, 916312070471295267, 7113260368810144185, 110628135069209194801, 861577581086657669325, 26876802183334044115405
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
Kozelka, Robert M. "Grade Point Averages and the Central Limit Theorem." American Mathematical Monthly. Nov. 1979 (86:9) pp. 773-7.
|
|
FORMULA
|
a(n) = binomial(2*n-1/2, -1/2).
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Jul 06 2009: (Start)
a(n) = numer((4*n)!/(2^(4*n)*(2*n)!^2))
(End)
|
|
EXAMPLE
|
For n=1, the binomial(2*n-1/2, -1/2) yields the term 3/8. The numerator of this term is 3, which is the second term of the sequence.
|
|
MAPLE
|
seq(numer(binomial(2*n-1/2, -1/2)), n=1..20);
|
|
CROSSREFS
|
Cf. A061549. Bisection of A001790.
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Jul 06 2009: (Start)
Equals 2*A001448(n)/ A117973(n)
(End)
Sequence in context: A076376 A133710 A130061 this_sequence A019273 A069448 A121078
Adjacent sequences: A061545 A061546 A061547 this_sequence A061549 A061550 A061551
|
|
KEYWORD
|
nonn,frac,easy
|
|
AUTHOR
|
Leah Schmelzer (leah2002(AT)mit.edu), May 16 2001
|
|
EXTENSIONS
|
More terms from Asher Auel (asher.auel(AT)reed.edu), May 20 2001
|
|
|
Search completed in 0.002 seconds
|