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!)
A074223 Numbers n such that ceiling(n^e) is prime. 1
2, 6, 7, 10, 12, 24, 30, 40, 53, 56, 76, 83, 85, 88, 96, 100, 106, 112, 117, 118, 122, 128, 136, 137, 147, 157, 172, 175, 193, 217, 244, 248, 264, 330, 334, 343, 356, 361, 405, 406, 411, 416, 435, 450, 462, 495, 501, 503, 504, 505, 532, 534, 535, 537, 548, 575 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Ceiling(2^e) = 7, which is prime, so 2 is in the sequence.
MATHEMATICA
Select[Range[600], PrimeQ[Ceiling[#^E]]&] (* Harvey P. Dale, Aug 09 2016 *)
PROG
(Magma) [n: n in [1..600] | IsPrime(Ceiling(n^Exp(1)))]; // Vincenzo Librandi, Dec 19 2016
CROSSREFS
Sequence in context: A179303 A346123 A030309 * A029459 A014862 A180626
KEYWORD
nonn
AUTHOR
Jon Perry, Sep 17 2002
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 April 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)