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.

A214655 Numbers n such that 25^n - 24^n is prime or a strong pseudoprime.

Original entry on oeis.org

3, 5, 29, 54799
Offset: 1

Views

Author

Robert Price, Jul 24 2012

Keywords

Comments

All terms are prime.
No other terms less than 10^5. - Robert Price, Jul 24 2012

Crossrefs

Programs

  • Mathematica
    Select[Range[10^5], PrimeQ[25^#-24^# ]&]

Extensions

Edited by M. F. Hasler, Sep 21 2013