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.

A036933 Smallest n-digit prime containing only digits 1 and 6, or 0 if no such prime exists.

Original entry on oeis.org

0, 11, 661, 6661, 11161, 111611, 1111661, 11111161, 111616111, 1111161661, 11111111611, 111111111611, 1111111111661, 11111111616611, 111111111116111, 1111111111616161, 11111111111611661, 111111111111111161
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{0},Flatten[Table[Select[Sort[FromDigits/@Tuples[{1,6},i]], PrimeQ, 1], {i,2,20}]]] (* Harvey P. Dale, May 06 2014 *)
Showing 1-1 of 1 results.