Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A044724
Numbers n such that string 1,1 occurs in the base 10 representation of n but not of n+1.
0
11, 119, 211, 311, 411, 511, 611, 711, 811, 911, 1011, 1199, 1211, 1311, 1411, 1511, 1611, 1711, 1811, 1911, 2011, 2119, 2211, 2311, 2411, 2511, 2611, 2711, 2811, 2911, 3011, 3119, 3211, 3311, 3411, 3511, 3611, 3711, 3811
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {1, 1}]>0, 1, 0], {n, 4000}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 22 2018 *)
CROSSREFS
Sequence in context: A268344 A289344 A240392 * A125468 A163447 A254600
KEYWORD
nonn,base
STATUS
approved