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!)
A217133 Numbers n such that 5^n + 8 is prime. 1
1, 95, 335, 3155, 28651, 91135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Naturally these numbers are odd since (6-1)^(2n)+8 is divisible by 3. - Bruno Berselli, Oct 04 2012
a(7) > 10^5. - Robert Price, Feb 03 2014
a(7) > 5*10^5. - Tyler NeSmith, Apr 24 2022
LINKS
MATHEMATICA
Select[Range[1, 15000, 2], PrimeQ[5^# + 8] &]
PROG
(PARI) for(n=1, 5*10^3, if(isprime(5^n+8), print1(n", ")))
CROSSREFS
Sequence in context: A008875 A174157 A200882 * A055823 A116250 A362322
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(5)-a(6) from Robert Price, Feb 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 August 31 19:58 EDT 2024. Contains 375573 sequences. (Running on oeis4.)