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!)
A247485 Integer part of 2*sqrt(prime(n)) + 1. 6
3, 4, 5, 6, 7, 8, 9, 9, 10, 11, 12, 13, 13, 14, 14, 15, 16, 16, 17, 17, 18, 18, 19, 19, 20, 21, 21, 21, 21, 22, 23, 23, 24, 24, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, 31, 31, 32, 32, 33, 33, 33, 33, 34, 34, 34, 35, 36, 36, 36, 36, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A117767(n) = 2*floor(sqrt(prime(n))) + 1 <= a(n);
a(A247514(n)) = A117767(A247514(n)); a(A247515(n)) > A117767(A247515(n)).
Andrica's conjecture: a(n) <= A001223(n).
LINKS
Eric Weisstein's World of Mathematics, Andrica's Conjecture
Eric Weisstein's World of Mathematics, Legendre's Conjecture
MATHEMATICA
Floor[2Sqrt[Prime[Range[70]]]+1] (* Harvey P. Dale, Sep 04 2020 *)
PROG
(Haskell)
a247485 = (+ 1) . floor . (* 2) . sqrt . fromIntegral . a000040
(PARI) a(n) = 1+sqrtint(4*prime(n)); \\ Michel Marcus, Aug 26 2021
CROSSREFS
Sequence in context: A176407 A077396 A243196 * A154781 A118716 A004177
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 20 2014
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 9 18:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)