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!)
A197299 The Riemann primes of the theta type and index 3. 4
2, 3, 5, 7, 13, 17, 23, 31, 37, 41, 43, 47, 53, 59, 67, 73, 83, 89, 101, 103, 137, 163, 167, 179, 197, 211, 223, 239, 251, 277, 331, 379, 397, 431, 463, 467, 521, 577, 593, 601, 613, 617, 719, 809, 881, 919, 967, 1091, 1123, 1129, 1237, 1249, 1289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
The sequence consists of the prime numbers p that are champions (left to right maxima) of the function |theta(p^3)-p^3|, where theta(p) is the Chebyshev theta function.
LINKS
M. Planat and P. Solé, Efficient prime counting and the Chebyshev primes arXiv:1109.6489 [math.NT]
PROG
(Perl) use ntheory ":all"; my($max, $f)=(0); forprimes { $f=abs(chebyshev_theta($_**3)-$_**3); if ($f > $max) { say; $max=$f; } } 1000; # Dana Jacobsen, Dec 28 2015
CROSSREFS
Sequence in context: A094317 A074834 A163998 * A089438 A155777 A262839
KEYWORD
nonn
AUTHOR
Michel Planat, Oct 13 2011
EXTENSIONS
More terms from Dana Jacobsen, Dec 28 2015
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 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)