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!)
A217136 Numbers k such that 3^k + 8 is prime. 18
1, 2, 4, 5, 8, 13, 14, 20, 38, 44, 77, 88, 124, 152, 244, 557, 2429, 4382, 6268, 18488, 75097, 81998, 96460, 143497 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) > 2*10^5. - Robert Price, Sep 25 2013
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[3^# + 8] &]
PROG
(PARI) for(n=1, 5*10^3, if(isprime(3^n+8), print1(n", ")))
CROSSREFS
Sequence in context: A102829 A031988 A023745 * A294944 A178656 A085443
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(19)-a(24) from Robert Price, Sep 25 2013
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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)