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!)
A197300 The Riemann primes of the theta type and index 4. 3
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 37, 47, 59, 61, 67, 71, 89, 97, 109, 137, 139, 167, 173, 191, 223, 229, 239, 241, 269, 271, 293, 311, 331, 347, 367, 401, 431, 433, 457, 503, 509, 571, 577, 661, 709, 719, 733, 739, 797, 911, 919, 1009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence consists of the prime numbers p that are champions (left to right maxima) of the function |theta(p^4)-p^4|, where theta(p) is the Chebyshev theta function, theta(x) = sum_{primes p <=x } log p.
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($_**4)-$_**4); if ($f > $max) { say; $max=$f; } } 1000; # Dana Jacobsen, Dec 28 2015
CROSSREFS
Sequence in context: A065722 A335331 A279956 * A028864 A342063 A067903
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 16 09:52 EDT 2024. Contains 371698 sequences. (Running on oeis4.)