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.

Showing 1-1 of 1 results.

A205771 Primes of the form 2*5^n+1.

Original entry on oeis.org

3, 11, 251, 2441406251, 56843418860808014869689941406251, 49303806576313237838233035330174139354575402194313937798142433166503906251
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[2*5^Range[0, 500] + 1, PrimeQ]
Showing 1-1 of 1 results.