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.
%I A046866 #34 Dec 02 2024 18:11:10 %S A046866 0,1,2,7,18,55,69,87,119,141,189,249,354,1586,2135,2865,2930,4214, %T A046866 7167,67485,74402,79326,231349 %N A046866 Numbers k such that 6*7^k - 1 is prime. %C A046866 a(23) > 2*10^5. - _Robert Price_, Nov 13 2015 %D A046866 R. K. Guy, Unsolved Problems in Number Theory, Section A3. %H A046866 H. C. Williams, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa39/aa3912.pdf">The primality of certain integers of the form 2Ar^n - 1</a>, Acta Arith. 39 (1981), 7-17. %t A046866 Do[ If[ PrimeQ[6*7^n - 1], Print[n]], {n, 0, 5650}] %o A046866 (PARI) for(n=0,2000, if(isprime(6*7^n-1),print1(n, ", "))) %Y A046866 Cf. A003307, A002235, A046865, A079906, A001771, A005541, A056725, A046867, A079907. %K A046866 nonn,hard,more %O A046866 1,3 %A A046866 _N. J. A. Sloane_ %E A046866 One more term from _Jason Earls_, Jul 21 2001 %E A046866 More terms from _Robert G. Wilson v_, Jan 17 2003 %E A046866 One more term from _Ryan Propper_, Jun 05 2006 %E A046866 a(20)-a(22) from _Donovan Johnson_, Nov 26 2008 %E A046866 First term 0 inserted by _Georg Fischer_, Aug 01 2019 %E A046866 a(23) from _Riley Fisher_, Dec 02 2024