login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A068647
Primes in which a string of 6's is sandwiched between two 1's.
3
11, 16661, 1666666666661, 16666666666666661, 1666666666666666661, 1666666666666666666666666666666666661, 16666666666666666666666666666666666666666666666666661
OFFSET
1,1
COMMENTS
The next term -- a(8) -- has 73 digits. - Harvey P. Dale, Jun 18 2021
EXAMPLE
11 is also a member in which a string of 0 6's is there between two one's.
MATHEMATICA
Select[Table[10*FromDigits[PadRight[{1}, n, 6]]+1, {n, 60}], PrimeQ] (* Harvey P. Dale, Jun 18 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Feb 28 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 19 2002
Edited by Ray Chandler, Nov 04 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 18:47 EDT 2024. Contains 376075 sequences. (Running on oeis4.)