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!)
A153584 Integers n such that floor((e + Pi)^n) is prime. 0
1, 10, 13, 186, 192, 5667 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) isok(n) = isprime(floor((Pi+exp(1))^n)); \\ Michel Marcus, Aug 28 2013
(PARI) is(n)=default(realprecision, n*log(Pi+exp(1))/log(10)\1+20); ispseudoprime((Pi+exp(1))^n\1) \\ Charles R Greathouse IV, Aug 28 2013
CROSSREFS
Sequence in context: A219455 A164766 A075828 * A053612 A072146 A332440
KEYWORD
nonn
AUTHOR
Dmitry Kamenetsky, Dec 28 2008
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)