login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249669 a(n) = floor(prime(n)^(1+1/n)). 8
4, 5, 8, 11, 17, 19, 25, 27, 32, 40, 42, 49, 54, 56, 60, 67, 74, 76, 83, 87, 89, 96, 100, 107, 116, 120, 122, 126, 128, 132, 148, 152, 159, 160, 171, 173, 179, 186, 190, 196, 203, 204, 215, 217, 221, 223, 236, 249, 253, 255, 259, 265, 267, 278, 284, 290, 296, 298, 304, 308, 310, 321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Firoozbakht's conjecture (prime(n)^(1/n) is a decreasing function), is equivalent to say that prime(n+1) <= a(n). (One has equality for n=2 and n=4.) See also A182134 and A245396.
This is not A059921 o A000040, i.e., a(n) != A059921(prime(n)), since the base is prime(n) but the exponent is n.
A245396(n) = A007917(a(n)). - Reinhard Zumkeller, Nov 16 2014
LINKS
FORMULA
a(n) = prime(n) + (log(prime(n)))^2 - log(prime(n)) + O(1), see arXiv:1506.03042, Theorem 5. - Alexei Kourbatov, Nov 26 2015
MAPLE
seq(floor(ithprime(n)^(1+1/n)), n=1..100); # Robert Israel, Nov 26 2015
PROG
(PARI) a(n)=prime(n)^(1+1/n)\1
(Magma) [Floor(NthPrime(n)^(1+1/n)): n in [1..70]]; // Vincenzo Librandi, Nov 04 2014
(Haskell)
a249669 n = floor $ fromIntegral (a000040 n) ** (1 + recip (fromIntegral n))
-- Reinhard Zumkeller, Nov 16 2014
CROSSREFS
Sequence in context: A117573 A354937 A256535 * A144062 A066233 A130814
KEYWORD
nonn
AUTHOR
M. F. Hasler, Nov 03 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 December 8 14:49 EST 2023. Contains 367680 sequences. (Running on oeis4.)