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!)
A358900 Primes p(k) such that p(k)^p(k) > p(k-1)^p(k+1). 2
5, 11, 29, 149, 1151, 1277, 1931, 1949, 2129, 2237, 2267, 2999, 3251, 3299, 3821, 4049, 4481, 4547, 4721, 5501, 6197, 6449, 6761, 6947, 8999, 9461, 9719, 10007, 10037, 10427, 10937, 11351, 11549, 11777, 12071, 13217, 13829, 13997, 14591, 15727, 16183, 17291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For k = 3, we have p(2) = 2, p(3) = 5, p(4) = 7, and 3125 = 5^5 > 3^7 = 2187.
MATHEMATICA
p[n_] := Prime[n];
u = Select[1 + Range[3000], p[#]^p[#] > p[# - 1]^p[# + 1] &] (* A385899 *)
Prime[u] (* A385900 *)
Select[Partition[Prime[Range[2000]], 3, 1], #[[2]]^#[[2]]>#[[1]]^#[[3]]&][[;; , 2]] (* Harvey P. Dale, Oct 12 2023 *)
CROSSREFS
Sequence in context: A001632 A234511 A053185 * A337394 A090119 A174922
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 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)