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.

A228113 First differences of A057793.

Original entry on oeis.org

5, 21, 142, 1059, 8360, 68940, 586140, 5096885, 45085903, 404203228, 3663001812, 33489858047, 308457620524, 2858876200536, 26639628764285, 249393770865090, 2344318815695001, 22116397127183516, 209317713015989446, 1986761935255798075, 18906449883376272709
Offset: 1

Views

Author

Vladimir Pletser, Aug 10 2013

Keywords

Comments

This sequence is an approximation to the number of primes with n digits (A006879). The error in the approximation is tabulated in A228114.
Because A057793(n) = Riemann(10^n) is not defined for n=0, we set its value to zero for our purpose of defining the differences.

Examples

			For n=1, A057793(1) - A057793(0) = 5 - 0 = 5.
		

References

  • John H. Conway and R. K. Guy, "The Book of Numbers," Copernicus, an imprint of Springer-Verlag, NY, 1996, page 144-146.

Crossrefs

Formula

a(n) = A057793(n) - A057793(n-1).