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!)
A217131 Numbers n such that 7^n - 8 is prime. 10
2, 4, 8, 10, 50, 106, 182, 293, 964, 1108, 1654, 1756, 4601, 8870, 15100, 17446, 22742, 34570, 50150, 95276 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 10^5. - Robert Price, Jan 23 2014
LINKS
MATHEMATICA
Select[Range[1, 5000], PrimeQ[7^# - 8] &]
PROG
(PARI) for(n=1, 5*10^3, if(isprime(7^n-8), print1(n, ", ")))
CROSSREFS
Sequence in context: A056386 A331027 A210108 * A116636 A256980 A014425
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(14)-a(20) from Robert Price, Jan 23 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 April 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)