OFFSET
1,1
MATHEMATICA
Select[Range[800], MemberQ[Partition[IntegerDigits[#, 4], 2, 1], {3, 3}] && !MemberQ[Partition[IntegerDigits[#+1, 4], 2, 1], {3, 3}]&] (* Harvey P. Dale, Dec 11 2011 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 4], {3, 3}]>0, 1, 0], {n, 800}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 30 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved