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.

A199819 Primes of the form 10^k-9^k.

Original entry on oeis.org

19, 271, 5217031, 68618940391, 8649148282327007911, 95289871302753755165078396311
Offset: 1

Views

Author

Vincenzo Librandi, Nov 21 2011

Keywords

Crossrefs

Programs

  • Magma
    [ a: n in [0..400] | IsPrime(a) where a is 10^n-9^n ];
  • Mathematica
    Select[10^Range[3000]-9^Range[3000],PrimeQ]

Formula

a(n) = A016189(A062576(n)). - Michel Marcus, Apr 21 2025