A068647 Primes in which a string of 6's is sandwiched between two 1's.
11, 16661, 1666666666661, 16666666666666661, 1666666666666666661, 1666666666666666666666666666666666661, 16666666666666666666666666666666666666666666666666661
Offset: 1
Keywords
Examples
11 is also a member in which a string of 0 6's is there between two one's.
Links
- Patrick De Geest, PDP Reference Table - 161.
- Makoto Kamada, Prime numbers of the form 166...661.
- Index entries for primes involving repunits.
Programs
-
Mathematica
Select[Table[10*FromDigits[PadRight[{1},n,6]]+1,{n,60}],PrimeQ] (* Harvey P. Dale, Jun 18 2021 *)
Extensions
More terms from Sascha Kurz, Mar 19 2002
Edited by Ray Chandler, Nov 04 2014
Comments