A092802
Mean (rounded) of composite numbers below 10^n.
Original entry on oeis.org
7, 53, 510, 5047, 50279, 501844, 5012809, 50094049, 500720912, 5005703554, 50046261712, 500382762350, 5003219541311, 50027458290511, 500236958622730, 5002065769284422, 50018168989895296, 500161047150051653, 5001437349858735047, 50012907314623137795, 500116546694296773760
Offset: 1
a(3) = 510 because the mean of composites below 10^3 is 510.087... .
A092871
Number of composites < 10^n.
Original entry on oeis.org
0, 4, 73, 830, 8769, 90406, 921500, 9335419, 94238543, 949152464, 9544947487, 95881945185, 962392087980, 9653934463159, 96795058249196, 970155429577329, 9720761658966073, 97376442842345765, 975260045712259138, 9765942332723655391, 97779180397439081158
Offset: 0
10^3 = 1000. 1000-2 = 998. a(3) = 830 because the 830 composites+168 primes must total 998.
-
Table[10^i-PrimePi[10^i]-2,{i,14}] (* Harvey P. Dale, Oct 01 2011 *) (* Mathematica's implementation of PrimePi does not work for 10^15 or above *)
A091716
Standard deviation (rounded) of primes below 10^n.
Original entry on oeis.org
2, 29, 298, 2962, 29412, 292821, 2921863, 29170821, 291324189, 2910238255, 29078387910, 290589147156, 2904276036695
Offset: 1
a(6) = 292821 (rounded from 292820.634) because this is the computed and rounded sample standard deviation of the 78498 primes below 10^6.
- John E. Freund, Modern elementary statistics, 5th ed. (Prentice-Hall, 1979), pp. 42-47
-
seq(round(Statistics:-StandardDeviation(select(isprime, [$2 .. 10^n-1]))),n=1..7); # Robert Israel, Sep 23 2014
Showing 1-3 of 3 results.
Comments