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!)
A370008 a(n) is the greatest prime less than 3*prime(n). 3
5, 7, 13, 19, 31, 37, 47, 53, 67, 83, 89, 109, 113, 127, 139, 157, 173, 181, 199, 211, 211, 233, 241, 263, 283, 293, 307, 317, 317, 337, 379, 389, 409, 409, 443, 449, 467, 487, 499, 509, 523, 541, 571, 577, 587, 593, 631, 661, 677, 683, 691, 709, 719, 751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5 < 3*2 < 7 < 3*3 < 11 < 13 < 3*5, so (a(1), a(2), a(3)) = (5,7,13).
MATHEMATICA
Table[Prime[PrimePi[3*Prime[n]]], {n, 1, 200}]
PROG
(PARI) a(n) = precprime(3*prime(n)); \\ Michel Marcus, Feb 10 2024
CROSSREFS
Sequence in context: A099349 A167464 A280266 * A243457 A189441 A106986
KEYWORD
nonn
AUTHOR
Clark Kimberling, Feb 09 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 August 9 04:25 EDT 2024. Contains 375027 sequences. (Running on oeis4.)