editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
0, 6, 60, 542, 4826, 43359, 397093, 3677641, 34316162, 321993007, 3035059323, 28710966351, 272413818120, 2591276923548
a(14) from Giovanni Resta, Jul 21 2015
approved
editing
editing
approved
NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; c = 0; p = 1; Do[ While[ p = NextPrim[p]; p < 10^n, If[ Position[ IntegerDigits[p], 9] != {}, c++ ]]; Print[c]; p--, {n, 1, 8}] (from * _Robert G. Wilson v _, Feb 02 2004 *)
approved
editing
proposed
approved
editing
proposed
0, 6, 60, 542, 4826, 43359, 397093, 3677641, 34316162, 321993007, 3035059323, 28710966351, 272413818120
a(13) from Robert Price, Nov 11 2013
approved
editing
3 more terms from _Ryan Propper (rpropper(AT)stanford.edu), _, Aug 22 2005
_Enoch Haga (Enokh(AT)comcast.net), _, Jan 30 2004
Edited and extended by _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Feb 02 2004