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.

A217382 Numbers k such that 8^k + 9 is prime.

Original entry on oeis.org

1, 2, 3, 6, 10, 19, 22, 109, 798, 1498, 1519, 3109, 5491, 13351, 26983, 48799, 57909, 98109
Offset: 1

Views

Author

Vincenzo Librandi, Oct 03 2012

Keywords

Comments

All terms are equal to 1/3 of the multiples of 3 in A057196.

Crossrefs

Cf. A145440 (associated primes).

Programs

  • Mathematica
    Select[Range[10000], PrimeQ[8^# + 9] &]
  • PARI
    is(n)=ispseudoprime(8^n+9) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(16)-a(18) from Michael S. Branicky, May 17 2025 using b-file at A057196