A269230 Indices for which A037053(n), the smallest prime with n digits '0', does not have n consecutive digits '0'.
32, 43, 46, 49, 50, 60, 69, 72, 73, 74, 78, 82, 84, 86, 88, 90, 91, 93, 94, 95, 98, 101, 107, 108, 110, 115, 116, 121, 123, 124, 125, 126, 130, 132, 136, 137, 139, 144, 147, 149, 152, 153, 154, 156, 158, 159, 160, 161, 163, 164, 166, 169, 170, 171, 172, 173, 176, 177, 178, 179
Offset: 1
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..771
Programs
-
PARI
for(n=1,999,n+2<#(t=digits(A037053(n))) && !t[#t-2] && print1(n","))
-
PARI
a269230=[32]; A269230(n)={my(t); while(n>#a269230, for(k=vecmax(a269230)+1,9e9, (t=A037053(k))>10^(k+2) && t%10^(k+2)>99 && (a269230=concat(a269230,k)) && break));a269230[n]} \\ M. F. Hasler, Feb 22 2016
Comments