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.

Showing 1-1 of 1 results.

A062611 Numbers k such that 45^k - 44^k is prime or a strong pseudoprime.

Original entry on oeis.org

2, 5, 151, 223, 313, 1277, 8447
Offset: 1

Views

Author

Mike Oakes, May 18 2001, May 19 2001

Keywords

Comments

a(8) > 10^5. - Robert Price, Jan 02 2013

Crossrefs

Programs

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

Extensions

Edited by M. F. Hasler, Sep 21 2013
Showing 1-1 of 1 results.