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!)
A226744 Round((10^n)/(log(10^n) - 1)). 2
8, 28, 169, 1218, 9512, 78030, 661459, 5740304, 50701542, 454011971, 4110416301, 37550193650, 345618860221, 3201414635781, 29816233849001, 279007258230820, 2621647966812031, 24723998785919976, 233922961602470391, 2219671974013732243 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
A. M. Legendre, Essai sur la Théorie des Nombres, Paris: Duprat, 1808.
LINKS
Eric Weisstein's World of Mathematics, Legendre's Constant
Eric Weisstein's World of Mathematics, Prime Counting Function
Eric Weisstein's World of Mathematics, Prime Number Theorem
FORMULA
a(n) = round((10^n)/(log(10^n) - 1)).
EXAMPLE
a(2) = 28 because (10^2)/(log(10^2) - 1) = 27.7379415786....
MATHEMATICA
Table[Round[10^n/(Log[10^n] - 1)], {n, 20}]
PROG
(PARI) for(n=1, 20, print1(round(10^n/(log(10^n)-1)), ", "));
CROSSREFS
Another version of A193257.
Sequence in context: A255276 A110046 A027380 * A058289 A152014 A316512
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)