The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A244277 Rounded percent chance that n heads appear in 2n tosses of a fair coin. 0
50, 38, 31, 27, 25, 23, 21, 20, 19, 18, 17, 16, 15, 15, 14, 14, 14, 13, 13, 13, 12, 12, 12, 11, 11, 11, 11, 11, 10, 10, 10, 10, 10, 10, 10, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is also the largest percentage that k heads will appear face up in 2n tosses of a fair coin where k = 1, 2, ..., 2n.
LINKS
FORMULA
a(n) = round(100*C(2n,n)/4^n).
MATHEMATICA
Table[Round[100*Binomial[2 n, n]/4^n], {n, 100}] (* Wesley Ivan Hurt, Jun 24 2014 *)
PROG
(PARI) for(n=1, 100, print1(round((100*(2*n)!)/((n!)^2*4^n)), ", "))
CROSSREFS
Sequence in context: A342903 A207149 A207142 * A248688 A291495 A207141
KEYWORD
nonn
AUTHOR
Derek Orr, Jun 24 2014
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 June 10 07:52 EDT 2024. Contains 373253 sequences. (Running on oeis4.)