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!)
A358898 Primes p(k) such that p(k)^p(k) < p(k+1)^p(k-1). 2
199, 523, 1669, 1933, 1951, 2113, 2311, 2593, 2803, 2971, 3469, 4159, 4423, 6451, 7129, 7351, 7459, 7759, 8389, 8971, 9439, 10009, 10039, 10531, 11551, 12073, 12163, 13009, 13339, 13933, 14251, 14563, 14593, 15683, 16141, 16453, 17209, 17683, 17989, 18919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For k=46, let p = prime(45) = 197, q = prime(46) = 199, and r = prime(47) = 211. Then q^q < r^p, where (r^p) = (2.5815...)*q^q.
MATHEMATICA
p[n_] := Prime[n];
u = Select[1 + Range[3000], p[#]^p[#] < p[# + 1]^p[# - 1] &] (* A358897 *)
Prime[u] (* A358898 *)
CROSSREFS
Sequence in context: A142814 A105975 A095995 * A159657 A308794 A308802
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 06 2022
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 May 3 23:22 EDT 2024. Contains 372225 sequences. (Running on oeis4.)