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.

A068647 Primes in which a string of 6's is sandwiched between two 1's.

This page as a plain text file.
%I A068647 #19 Jun 18 2021 19:04:01
%S A068647 11,16661,1666666666661,16666666666666661,1666666666666666661,
%T A068647 1666666666666666666666666666666666661,
%U A068647 16666666666666666666666666666666666666666666666666661
%N A068647 Primes in which a string of 6's is sandwiched between two 1's.
%C A068647 The next term -- a(8) -- has 73 digits. - _Harvey P. Dale_, Jun 18 2021
%H A068647 Patrick De Geest, <a href="http://www.worldofnumbers.com/deplat.htm#pdp161">PDP Reference Table - 161</a>.
%H A068647 Makoto Kamada, <a href="https://stdkmd.net/nrr/1/16661.htm#prime">Prime numbers of the form 166...661</a>.
%H A068647 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>.
%e A068647 11 is also a member in which a string of 0 6's is there between two one's.
%t A068647 Select[Table[10*FromDigits[PadRight[{1},n,6]]+1,{n,60}],PrimeQ] (* _Harvey P. Dale_, Jun 18 2021 *)
%Y A068647 Cf. A068645-A068651, A056247, A082700.
%K A068647 nonn
%O A068647 1,1
%A A068647 _Amarnath Murthy_, Feb 28 2002
%E A068647 More terms from _Sascha Kurz_, Mar 19 2002
%E A068647 Edited by _Ray Chandler_, Nov 04 2014