cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A057179 #27 Aug 20 2021 10:00:52
%S A057179 3,11,17,19,919,1151,2791,9323,56333,1199467
%N A057179 Numbers n such that (13^n + 1)/14 is a prime.
%H A057179 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 A057179 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 A057179 H. Lifchitz, <a href="http://www.primenumbers.net/Henri/us/MersFermus.htm">Mersenne and Fermat primes field</a>
%H A057179 P. Bourdelais, <a href="https://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;417ab0d6.0906">A Generalized Repunit Conjecture</a>
%t A057179 Select[Range@ 1500, PrimeQ[(13^# + 1)/14] &] (* _Michael De Vlieger_, Dec 15 2015 *)
%o A057179 (Prime95) PRP=1,13,1199467,1,0,0,"14"
%o A057179 (PARI) is(n) = ispseudoprime((13^n + 1)/14); \\ _Altug Alkan_, Dec 14 2015
%K A057179 nonn
%O A057179 1,1
%A A057179 _N. J. A. Sloane_, Sep 15 2000
%E A057179 a(9) corresponds to a probable prime discovered by _Paul Bourdelais_, Mar 18 2010
%E A057179 a(10) corresponds to a probable prime discovered by _Paul Bourdelais_, Dec 14 2015