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.

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

This page as a plain text file.
%I A036948 #15 Mar 09 2020 10:26:18
%S A036948 7,67,677,0,67777,666667,6676667,66666667,666666667,6666666767,
%T A036948 66666666667,666666676667,6666666667777,66666667677767,
%U A036948 666666666667777,6666666666767777,66666666666667667,666666666666676667
%N A036948 Smallest n-digit prime containing only the digits 6 and 7, or 0 if no such prime exists.
%H A036948 Jinyuan Wang, <a href="/A036948/b036948.txt">Table of n, a(n) for n = 1..500</a>
%t A036948 Table[SelectFirst[10#+7&/@FromDigits/@Tuples[{6,7},n],PrimeQ],{n,0,17}]/. (Missing["NotFound"]->0) (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Apr 08 2019 *)
%Y A036948 Cf. A020469, A036229, A036322.
%K A036948 nonn,base
%O A036948 1,1
%A A036948 _Patrick De Geest_, Jan 04 1999