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.

A096186 Numbers k such that 10^k+9^(k-1) is prime.

Original entry on oeis.org

1, 2, 4, 9, 12, 14, 19, 26, 28, 72, 79, 273, 565, 990, 1166, 2205, 4212, 5340, 5562, 9877, 10297, 14316, 35908, 48410, 61525
Offset: 1

Views

Author

Herman H. Rosenfeld (herm3(AT)pacbell.net) and Robert G. Wilson v, Jun 21 2004

Keywords

Comments

a(26) > 10^5. - Robert Price, Mar 28 2016

Crossrefs

Programs

  • Mathematica
    Do[ If[ PrimeQ[10^n + 9^(n - 1)], Print[n]], {n, 4000}]
  • PARI
    is(n)=isprime(10^n+9^(n-1)) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(17)-a(25) from Robert Price, Mar 28 2016