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.

A215487 Numbers k such that (7^k - 2^k)/5 is prime.

Original entry on oeis.org

3, 7, 19, 79, 431, 1373, 1801, 2897, 46997, 341063, 508867, 720497, 846913
Offset: 1

Views

Author

Robert Price, Aug 12 2012

Keywords

Comments

All terms are prime.
a(14) > 10^6.

Crossrefs

Programs

  • Mathematica
    Select[ Prime[ Range[1, 300] ], PrimeQ[ (7^# - 2^#)/5 ]& ]
  • PARI
    is(n)=ispseudoprime((7^n-2^n)/5) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(10)-a(13) from Jon Grantham, Jul 29 2023