The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371346 a(n) is the largest prime < prime(n)^prime(n). 2
3, 23, 3121, 823541, 285311670569, 302875106592241, 827240261886336764159, 1978419655660313589123977, 20880467999847912034355032910447, 2567686153161211134561828214731016126483283, 17069174130723235958610643029059314756044734357, 10555134955777783414078330085995832946127396083370199442469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
NextPrime[#^#, -1] & [Prime[Range[15]]] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) a371346(n) = precprime(prime(n)^prime(n))
(Python)
from sympy import prevprime, prime
def A371346(n): return prevprime((m:=prime(n))**m) # Chai Wah Wu, Mar 27 2024
CROSSREFS
Sequence in context: A009818 A210734 A166315 * A347680 A113577 A224700
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Mar 27 2024
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 June 7 06:42 EDT 2024. Contains 373145 sequences. (Running on oeis4.)