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