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!)
A204594 Nearest integer to n*log(n) + n*log(log(n)) - n + n/log(n)*(log(log(n))-2) - n*log(log(n))*(log(log(n))-6)/(2 log(n)^2), an asymptotic expression for prime(n). 1
-13, -4, 0, 3, 6, 10, 13, 17, 20, 24, 28, 32, 36, 40, 44, 49, 53, 57, 62, 66, 71, 76, 80, 85, 90, 95, 100, 105, 109, 115, 120, 125, 130, 135, 140, 145, 151, 156, 161, 167, 172, 177, 183, 188, 194, 199, 205, 210, 216, 222, 227, 233, 239, 244, 250, 256, 262 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MATHEMATICA
Table[Round[n Log[n] + n Log[Log[n]] - n + n/Log[n](Log[Log[n]] - 2) - n Log[Log[n]](Log[Log[n]] - 6)/(2 Log[n]^2)], {n, 2, 58}] (* Alonso del Arte, Feb 07 2012 *)
PROG
(PARI) A204594(n)=round(n*log(n)+n*log(log(n))-n+n/log(n)*(log(log(n))-2)-n*log(log(n))/2/log(n)^2*(log(log(n))-6))
CROSSREFS
Sequence in context: A298137 A155847 A329983 * A204157 A010219 A217426
KEYWORD
sign
AUTHOR
M. F. Hasler, Feb 07 2012
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 August 12 23:54 EDT 2024. Contains 375113 sequences. (Running on oeis4.)