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.

A092571 Primes of the form 60*R_k + 1, where R_k is the repunit (A002275) of length k.

Original entry on oeis.org

61, 661, 6661, 6666666661, 666666666666666661, 666666666666666666661, 6666666666666666666661, 6666666666666666666666666661, 6666666666666666666666666666666666666666661
Offset: 1

Views

Author

Rick L. Shepherd, Feb 28 2004

Keywords

Comments

The number of 6's in each term is given by the corresponding term of A056658.
Primes of the form (6*10^k - 51)/9. - Vincenzo Librandi, Nov 17 2010

Crossrefs

Cf. A002275, A056658 (corresponding k).

Programs

  • Mathematica
    Select[Table[FromDigits[PadLeft[{1},n,6]],{n,2,50}],PrimeQ] (* Harvey P. Dale, Sep 21 2023 *)