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!)
A126992 a(n) is the largest prime smaller than sqrt(prime(n)*prime(n+6)). 2
5, 7, 7, 13, 17, 19, 23, 23, 31, 37, 41, 47, 47, 53, 53, 61, 67, 73, 79, 83, 83, 89, 89, 97, 109, 113, 113, 113, 127, 127, 139, 139, 151, 151, 163, 163, 173, 173, 181, 181, 193, 199, 199, 199, 211, 211, 223, 233, 241, 241, 241, 251, 257, 263, 269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
f:= n -> prevprime(ceil(sqrt(ithprime(n)*ithprime(n+6)))):
map(f, [$1..100]); # Robert Israel, Jun 21 2018
MATHEMATICA
Table[Prime[PrimePi[Sqrt[Prime[n]*Prime[n + 6]]]], {n, 1, 55}]
Table[NextPrime[Sqrt[Prime[n]Prime[n+6]], -1], {n, 60}] (* Harvey P. Dale, Jul 03 2019 *)
CROSSREFS
Sequence in context: A144186 A246458 A153979 * A028316 A019163 A228970
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 01 2007
EXTENSIONS
Edited by Stefan Steinerberger, Jul 31 2007
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 4 13:46 EDT 2024. Contains 372243 sequences. (Running on oeis4.)