OFFSET
1,1
MATHEMATICA
Flatten[Position[Partition[Table[If[MemberQ[Partition[ IntegerDigits[ n, 9], 2, 1], {3, 4}], 1, 0], {n, 3000}], 2, 1], {0, 1}]]+1 (* Harvey P. Dale, Feb 25 2015 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {3, 4}]>0, 1, 0], {n, 3000}], {0, 1}][[All, 2]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 14 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved