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!)
A057179 Numbers n such that (13^n + 1)/14 is a prime. 16

%I #27 Aug 20 2021 10:00:52

%S 3,11,17,19,919,1151,2791,9323,56333,1199467

%N Numbers n such that (13^n + 1)/14 is a prime.

%H J. Brillhart et al., <a href="http://dx.doi.org/10.1090/conm/022">Factorizations of b^n +- 1</a>, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.

%H H. Dubner and T. Granlund, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL3/DUBNER/dubner.html">Primes of the Form (b^n+1)/(b+1)</a>, J. Integer Sequences, 3 (2000), #P00.2.7.

%H H. Lifchitz, <a href="http://www.primenumbers.net/Henri/us/MersFermus.htm">Mersenne and Fermat primes field</a>

%H P. Bourdelais, <a href="https://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;417ab0d6.0906">A Generalized Repunit Conjecture</a>

%t Select[Range@ 1500, PrimeQ[(13^# + 1)/14] &] (* _Michael De Vlieger_, Dec 15 2015 *)

%o (Prime95) PRP=1,13,1199467,1,0,0,"14"

%o (PARI) is(n) = ispseudoprime((13^n + 1)/14); \\ _Altug Alkan_, Dec 14 2015

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Sep 15 2000

%E a(9) corresponds to a probable prime discovered by _Paul Bourdelais_, Mar 18 2010

%E a(10) corresponds to a probable prime discovered by _Paul Bourdelais_, Dec 14 2015

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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)