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!)
A259506 a(n) = floor((LogGamma(n/2+1) - n*log(Pi)/2)/Pi). 1
0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,26
COMMENTS
Let f(n) = number of (nontrivial) zeros of zeta(z) with 0 < Im(z) < n; then f(n) ~ a(n).
The sequence gives exactly the values of A072080(n) for n = 2, 3, and 5.
LINKS
FORMULA
a(n) = floor((LogGamma(n/2+1) - n*log(Pi)/2)/Pi).
MATHEMATICA
Table[Floor[(LogGamma[n/2 + 1] - n*Log[Pi]/2)/Pi], {n, 0, 74}]
PROG
(PARI) a(n)=floor((lngamma(n/2+1)-n*log(Pi)/2)/Pi)
CROSSREFS
Sequence in context: A129253 A008652 A195120 * A305817 A091226 A097913
KEYWORD
sign
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 August 11 00:59 EDT 2024. Contains 375059 sequences. (Running on oeis4.)