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!)
A217320 Numbers n such that (13^n - 2^n)/11 is prime. 2
3, 5, 31, 73, 89, 521, 3943, 8719 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(9) > 10^5.
LINKS
MATHEMATICA
Select[ Prime[ Range[1, 100000] ], PrimeQ[ (13^# - 2^#)/11 ]& ]
PROG
(PARI) is(n)=ispseudoprime((13^n-2^n)/11) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A059940 A106893 A175097 * A047105 A136361 A287474
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Mar 18 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)