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!)
A217132 Numbers n such that 7^n + 10 is prime. 9
0, 1, 2, 3, 4, 6, 7, 11, 26, 29, 41, 53, 55, 84, 86, 144, 179, 229, 238, 414, 616, 1158, 4111, 5577, 13237, 15244, 48578, 66074 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(29) > 10^5. - Robert Price, Jan 24 2014
LINKS
MATHEMATICA
Select[Range[0, 3000], PrimeQ[7^# + 10] &]
PROG
(PARI) for(n=1, 3*10^3, if(isprime(7^n+10), print1(n", ")))
CROSSREFS
Sequence in context: A301512 A091336 A002235 * A239014 A030705 A305929
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 01 2012
EXTENSIONS
a(23)-a(28) from Robert Price, Jan 24 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 27 19:34 EDT 2024. Contains 372020 sequences. (Running on oeis4.)