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!)
A050809 Primes of the form floor( exp(n) ). 5

%I #12 Oct 17 2019 22:55:07

%S 2,7,65659969,5184705528587072464087,

%T 14302079958348104463583671072905261080748384225250684971,

%U 17199742630376622641833783925547830057256484050709158699244513

%N Primes of the form floor( exp(n) ).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/e-Prime.html">e-Prime</a>

%e a(3) = floor(e^18) = 65659969, which is prime.

%t Select[Table[Floor[Exp[n]], {n, 150}], PrimeQ] (* _Jayanta Basu_, Jun 01 2013 *)

%Y Cf. A050808 (values of n), A000149, A040016, A037028, A000227, A004791.

%K nonn,hard

%O 1,1

%A _Patrick De Geest_, Oct 15 1999

%E Corrected by _Naohiro Nomoto_, Feb 22 2001

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 April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)