This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A219337 #21 Oct 11 2019 03:03:46 %S A219337 2,6,44,741,31574,3488556,1013594692,781364430891,1607468795310696, %T A219337 8860626201053673385,131236127104980388766388, %U A219337 5233794723805693339116465076,562910255724699183203714725974687,163474435977817298005300626019111283694 %N A219337 Rounded frequency of population with score higher than mean +- n standard deviations. %H A219337 Wikipedia, <a href="http://en.wikipedia.org/wiki/68-95-99.7_rule">68-95-99.7 rule</a> %e A219337 For example, 1 in 2 people have IQ greater than 100, about 1 in 6 people have IQ greater than 115, about 1 in 44 have IQ greater than 130, etc. (assuming normal IQ distribution with mean of 100 and standard deviation of 15) %t A219337 Table[Round[2/(1 - Erf[n/Sqrt[2]])], {n, 0, 15}] (* _T. D. Noe_, Dec 10 2012 *) %o A219337 (MATLAB) round(2/(1-erf(n/sqrt(2)))) %o A219337 (PARI) a(n)=round(2/erfc(n/sqrt(2))) \\ _Charles R Greathouse IV_, Dec 10 2012 %Y A219337 Cf. A178647. %K A219337 nonn,easy %O A219337 0,1 %A A219337 _Joost de Winter_, Nov 18 2012 %E A219337 Extended by _T. D. Noe_, Dec 10 2012