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.

Showing 1-2 of 2 results.

A092852 Number of composites <= A092802(n).

Original entry on oeis.org

2, 36, 412, 4371, 45118, 460161, 4663480, 47087659, 474329018, 4770493824, 47924729801, 481060418376, 4825817782189, 48387664042144, 484992123875142, 4859631205206357, 48681601698828085, 487571138851821274, 4882443976989269954, 48884842829781286250, 489393391263430721900
Offset: 1

Views

Author

Enoch Haga, Mar 07 2004

Keywords

Examples

			Up to 10^1 there are 4 composites: 4 + 6 + 8 + 9 = 27. The rounded mean is A092802(1) = floor(27/4) = 7. There are 2 composites below 7: 4 and 6, so a(1) = 2.
		

Crossrefs

Formula

a(n) = A065855(A092802(n)) = A062298(A092802(n)) - 1 = A092802(n) - A000720(A092802(n)) - 1.

Extensions

a(9)-a(15) from Max Alekseyev, Aug 14 2013
a(16)-a(21) calculated using Kim Walisch's primecount and added by Amiram Eldar, Sep 05 2024

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

Original entry on oeis.org

0, 1, 6, 27, 170, 1178, 8459, 63225, 494428, 3959839, 32485583, 271251228, 2298898781, 19730164908, 171181827045
Offset: 1

Views

Author

Enoch Haga, Mar 07 2004

Keywords

Examples

			a(3)=6 because the count at 10^3 in A092853 is 418 and in A092852 it is 412. 418-412=6.
		

Crossrefs

Formula

a(n) = A092853(n) - A092852(n).

Extensions

a(9)-a(15) from Max Alekseyev, Aug 15 2013
Showing 1-2 of 2 results.