OFFSET
1,1
MATHEMATICA
Select[Range[3000], MemberQ[Partition[IntegerDigits[#, 9], 2, 1], {6, 2}] && !MemberQ[Partition[IntegerDigits[#+1, 9], 2, 1], {6, 2}]&] (* Harvey P. Dale, Nov 02 2011 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {6, 2}]>0, 1, 0], {n, 3000}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 30 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved