login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226945 Integer nearest f(10^n), where f(x) = Sum of ( mu(k) * H(k)/k^(3/2) * Integral Log(x^(1/k)) ) for k = 1 to infinity, where H(k) is the harmonic number sum_{i=1..k} 1/i. 2
4, 25, 168, 1226, 9585, 78521, 664652, 5761512, 50847348, 455050385, 4118051652, 37607908133, 346065524108, 3204941711340, 29844570436484, 279238341185832, 2623557156537070, 24739954282695698, 234057667295619287, 2220819602542218793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence gives exactly the values of pi(10^n) for n = 1 to 3.
A228724 gives the difference between A006880 and this sequence.
LINKS
Chris K. Caldwell, How Many Primes Are There?
Eric Weisstein's World of Mathematics, Prime Counting Function
Eric Weisstein's World of Mathematics, Prime Number Theorem
MATHEMATICA
f[n_Integer] := Sum[N[MoebiusMu[k]*HarmonicNumber[k]/k^(3/2)*LogIntegral[n^(1/k)], 50], {k, 5!}]; Table[Round[f[10^n]], {n, 20}]
CROSSREFS
Sequence in context: A074422 A128419 A372216 * A225137 A229255 A006880
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)