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.

A046867 Numbers n such that 10*11^n -1 is prime.

This page as a plain text file.
%I A046867 #16 Feb 17 2017 12:12:17
%S A046867 1,3,37,119,255,355,371,497,1759,34863,50719,147709
%N A046867 Numbers n such that 10*11^n -1 is prime.
%C A046867 a(13) > 2*10^5. - _Robert Price_, Jan 19 2015
%D A046867 R. K. Guy, Unsolved Problems in Theory of Numbers, Section A3.
%H A046867 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 A046867 Do[ If[ PrimeQ[10*11^n - 1], Print[n]], {n, 1, 2000}]
%o A046867 (PARI) is(n)=isprime(10*11^n-1) \\ _Charles R Greathouse IV_, Feb 17 2017
%Y A046867 Cf. A003307, A002235, A046865, A079906, A046866, A001771, A005541, A056725, A079907.
%K A046867 nonn,hard
%O A046867 1,2
%A A046867 _N. J. A. Sloane_
%E A046867 One more term from _Robert G. Wilson v_, Jan 16 2003
%E A046867 a(10)-a(12) from _Robert Price_, Jan 19 2015