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.

A205776 Primes of the form 2*6^n+1.

Original entry on oeis.org

3, 13, 73, 433, 2593, 120932353, 725594113, 33853318889473, 7312316880125953, 12281884428929630994433, 160409934466124808814066151718913, 44904515414709114480174422247585349633, 452534055376752384160395854386801887645007873
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[2*6^Range[0, 500] + 1, PrimeQ]