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.

A036944 Smallest n-digit prime containing only the digits 4 and 7, or 0 if no such prime exists.

Original entry on oeis.org

7, 47, 0, 4447, 44777, 0, 4444747, 44447747, 0, 4444444447, 44444444747, 0, 4444444447777, 44444447447447, 0, 4444444447447777, 44444444444444477, 0, 4444444444444444777, 44444444444444444447, 0, 4444444444444444444747, 44444444444444444444477, 0
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[Table[Select[FromDigits/@Tuples[{4,7},n],PrimeQ,1],{n,22}]/.{}->{0}] (* Harvey P. Dale, Jun 28 2012 *)
Showing 1-1 of 1 results.