OFFSET
1,1
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {9, 4}]>0, 1, 0], {n, 4000}], {0, 1}]][[2]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Mar 13 2016 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved