cp's OEIS Frontend

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.

A092854 Difference between number of composites > and <= mean (=A092802(n)) below 10^n.

This page as a plain text file.
%I A092854 #5 Aug 15 2013 09:15:58
%S A092854 0,1,6,27,170,1178,8459,63225,494428,3959839,32485583,271251228,
%T A092854 2298898781,19730164908,171181827045
%N A092854 Difference between number of composites > and <= mean (=A092802(n)) below 10^n.
%F A092854 a(n) = A092853(n) - A092852(n).
%e A092854 a(3)=6 because the count at 10^3 in A092853 is 418 and in A092852 it is 412. 418-412=6.
%Y A092854 Cf. A092802, A092852, A092853.
%K A092854 more,nonn
%O A092854 1,3
%A A092854 _Enoch Haga_, Mar 07 2004
%E A092854 a(9)-a(15) from _Max Alekseyev_, Aug 15 2013