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.

A259866 Primes of the form 3*10^k + 1.

Original entry on oeis.org

31, 3001, 30000001, 30000000001, 30000000000000000000000000001, 3000000000000000000000000000000000001, 30000000000000000000000000000000000000000000000000000000000000000001
Offset: 1

Views

Author

N. J. A. Sloane, Jul 08 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Select[3*10^Range[70]+1,PrimeQ] (* Harvey P. Dale, Jul 05 2020 *)

Formula

a(n) = 3*10^A056807(n)+1. - R. J. Mathar, Jul 15 2015