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.

Original entry on oeis.org

11, 16661, 1666666666661, 16666666666666661, 1666666666666666661, 1666666666666666666666666666666666661, 16666666666666666666666666666666666666666666666666661
Offset: 1

Views

Author

Amarnath Murthy, Feb 28 2002

Keywords

Comments

The next term -- a(8) -- has 73 digits. - Harvey P. Dale, Jun 18 2021

Examples

			11 is also a member in which a string of 0 6's is there between two one's.
		

Crossrefs

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