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.

Previous Showing 21-21 of 21 results.

A241921 Numbers k such that (15^k - 4^k)/11 is prime.

Original entry on oeis.org

2, 1097, 2243, 2857, 4357, 6803, 20747, 24571
Offset: 1

Views

Author

Robert Price, May 01 2014

Keywords

Comments

All terms are prime.
a(9) > 10^5.
a(1) is trivially prime, the remainder are probable primes.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[1, 100000]], PrimeQ[(15^# - 4^#)/11]&]
  • PARI
    is(n)=ispseudoprime((15^n-4^n)/11) \\ Charles R Greathouse IV, Jun 13 2017
Previous Showing 21-21 of 21 results.