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.

A199821 Primes of form 12^n-11^n.

Original entry on oeis.org

23, 397, 16344637
Offset: 1

Views

Author

Vincenzo Librandi, Nov 21 2011

Keywords

Crossrefs

Programs

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