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.

A177134 Primes of the form 2*10^k + 3.

Original entry on oeis.org

5, 23, 2003, 200003, 2000003, 20000003, 2000000000003, 20000000000000003, 200000000000000003, 20000000000000000000003, 2000000000000000000000003, 200000000000000000000000000000000003
Offset: 1

Views

Author

Vincenzo Librandi, Dec 10 2010

Keywords

Crossrefs

Programs

  • Magma
    [ a: n in [0..250] | IsPrime(a) where a is 2*10^n + 3 ];

Formula

a(n) = A173041(A081677(n)).