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.

A199820 Primes of the form 11^n - 10^n.

Original entry on oeis.org

331, 61051, 51159090448414546291
Offset: 1

Views

Author

Vincenzo Librandi, Nov 21 2011

Keywords

Comments

The next term is too large to include (see A062577).

Crossrefs

Cf. A062577.

Programs

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