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.

A141797 Numbers n such that 2*17^n + 1 is prime.

Original entry on oeis.org

0, 47, 5991, 147459
Offset: 1

Views

Author

Rick L. Shepherd, Jul 04 2008

Keywords

Comments

Primes found and proved by PrimeForm. No more terms up to 20000.
a(5) > 2*10^5. - Robert Price, Jan 10 2016
a(5) > 10^6. - Paul S. Vanderveen, Oct 16 2020

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(2*17^n + 1); \\ Altug Alkan, Jan 10 2016

Extensions

a(4) from Robert Price, Jan 10 2016