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.

A092800 Mean (rounded) of primes below 10^n.

This page as a plain text file.
%I A092800 #17 Jun 14 2024 07:04:44
%S A092800 4,42,453,4668,47372,478361,4820082,48461680,486543007,4880365186,
%T A092800 48922874243,490205054291,4910186835993,49170709786317,
%U A092800 492297202098380,4928087057164426,49325636340385940,493651449428949382,4940027276202057447,49431711317962542892,494600136049092471546
%N A092800 Mean (rounded) of primes below 10^n.
%C A092800 Add primes and divide total by the count of primes below 10^n.
%H A092800 Amiram Eldar, <a href="/A092800/b092800.txt">Table of n, a(n) for n = 1..26</a> (calculated from the data at A046731 and A006880)
%F A092800 a(n) = round(A046731(n)/A006880(n)). - _Robert G. Wilson v_, Jan 19 2007
%e A092800 a(7) = 4820082 because the mean of primes below 10^7 is 4820081.577...
%Y A092800 Cf. A006880, A046731, A091716.
%K A092800 nonn
%O A092800 1,1
%A A092800 _Enoch Haga_, Mar 06 2004
%E A092800 a(9)-a(13) from _Robert G. Wilson v_, Jan 19 2007
%E A092800 a(14) onwards from _Amiram Eldar_, Jun 14 2024