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.

A093402 Primes of the form 40*R_k + 9, where R_k is the repunit (A002275) of length k.

Original entry on oeis.org

449, 44449, 444449, 444444444444444444444444444444444444444444444449, 444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444449
Offset: 1

Views

Author

Rick L. Shepherd, Mar 28 2004

Keywords

Comments

Primes of the form (4*10^k + 41)/9. - Vincenzo Librandi, Nov 16 2010

Crossrefs

Cf. A056683 (corresponding k).

Programs

  • Mathematica
    Select[Table[FromDigits[PadLeft[{9},n,4]],{n,120}],PrimeQ] (* Harvey P. Dale, May 21 2011 *)