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.

Showing 1-1 of 1 results.

A173771 Primes of form (4*10^n+23)/9.

Original entry on oeis.org

3, 7, 47, 4447, 4444444447, 44444444444444444447, 44444444444444444444444447
Offset: 1

Views

Author

Vincenzo Librandi, Feb 24 2010

Keywords

Comments

a(9) has 1310 digits. - Bruno Berselli, Jul 26 2012

Crossrefs

Equals 3 followed by A092480 (primes of the form 40*R_n + 7). - Klaus Brockhaus and R. J. Mathar, Feb 27 2010
Cf. A056682.

Programs

  • Magma
    [a: n in [0..100] | IsPrime(a) where a is (4*10^n+23)div 9 ]; // Vincenzo Librandi, Jul 26 2012
  • Mathematica
    Select[Table[(4*10^n+23)/9,{n,0,100}],PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)
Showing 1-1 of 1 results.