login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085824 Numbers n such that the smallest prime containing exactly n 0's (A037053) requires only two nonzero digits. 4

%I #15 Apr 05 2020 21:17:44

%S 1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,

%T 30,34,35,36,37,38,39,41,44,45,48,51,52,54,55,56,57,59,61,64,66,68,77,

%U 80,83,85,97,99,100,102,103,104,106,109,111,112,114,119,120,122,127,128

%N Numbers n such that the smallest prime containing exactly n 0's (A037053) requires only two nonzero digits.

%C In the first one thousand primes containing exactly n zeros, 140 use just two digits. 1008 is in the sequence.

%C Although this sequence probably thins out like the primes, it is infinite.

%C For indices n listed here (and no others), A037053(n) = a*10^(n+1)+b with a in {1,...,9} and b in {1, 3, 7, 9}. The sequence of numbers *not* in this sequence is 13, 22, 29, 31, 32, 33, 40, 42, 43, ... - _M. F. Hasler_, Feb 19 2016

%H Hans Havermann, <a href="/A085824/b085824.txt">Table of n, a(n) for n = 1..310</a>

%o (PARI) is_A085824(n)=forstep(m=n=10^(n+1),9*n,n,nextprime(m)<m+10 && return(1)) \\ _M. F. Hasler_, Feb 19 2016

%Y Cf. A037053.

%K nonn,base

%O 1,2

%A _Robert G. Wilson v_, Jul 04 2003

%E Sequence rechecked (per request) and edited by _Charles R Greathouse IV_, Aug 03 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)