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.

A062609 Numbers k such that 43^k - 42^k is prime or a strong pseudoprime.

Original entry on oeis.org

3, 13, 43, 211
Offset: 1

Views

Author

Mike Oakes, May 18 2001, May 19 2001

Keywords

Comments

a(5) > 10^5 - Robert Price, Dec 24 2012

Crossrefs

Programs

  • PARI
    forprime(n=1, 9999, ispseudoprime(43^n-42^n) && print1(n", ")) \\ - M. F. Hasler, Sep 21 2013

Extensions

Edited by M. F. Hasler, Sep 21 2013