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.

A093938 Primes of the form 2*10^k + 7*R_k, where R_k is the repunit (A002275) of length k.

Original entry on oeis.org

2, 277, 2777, 2777777777, 2777777777777777, 2777777777777777777, 2777777777777777777777777777777777777, 2777777777777777777777777777777777777777777777777777777777777777
Offset: 1

Views

Author

Rick L. Shepherd, Apr 17 2004

Keywords

Crossrefs

Cf. A002275, A056702 (corresponding k).

Programs

  • Mathematica
    Select[FromDigits/@Table[PadRight[{2},n,7],{n,200}], PrimeQ] (* Harvey P. Dale, May 14 2011 *)