login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Primes with minimal digit = 6.
1

%I #8 Mar 30 2012 18:37:59

%S 67,677,769,967,6679,6689,6779,6869,6899,6967,6977,6997,7669,7687,

%T 7699,7867,8669,8677,8689,8699,8867,8969,9677,9679,9689,9697,9767,

%U 9769,9967,66697,66797,66877,66889,66977,67679,67699,67777,67789,67867,67967

%N Primes with minimal digit = 6.

%t Select[Prime[Range[1800]], Min[IntegerDigits[ # ]]==6&]

%K nonn,base

%O 1,1

%A _Zak Seidov_, May 07 2005

%E More terms from _Vincenzo Librandi_, Apr 17 2010