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.

A217493 Numbers k such that 9^k - 10 is prime.

Original entry on oeis.org

2, 3, 4, 9, 11, 18, 19, 27, 28, 46, 50, 53, 80, 155, 203, 280, 451, 4963, 6167, 9687, 10083, 31450
Offset: 1

Views

Author

Vincenzo Librandi, Oct 05 2012

Keywords

Comments

Contains exactly the halved even terms of A217347.

Crossrefs

Programs

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

Extensions

a(19)-a(22) added from the data at A217347 by Amiram Eldar, Jun 19 2022