Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A044375
Numbers n such that string 4,3 occurs in the base 10 representation of n but not of n-1.
0
43, 143, 243, 343, 430, 443, 543, 643, 743, 843, 943, 1043, 1143, 1243, 1343, 1430, 1443, 1543, 1643, 1743, 1843, 1943, 2043, 2143, 2243, 2343, 2430, 2443, 2543, 2643, 2743, 2843, 2943, 3043, 3143, 3243, 3343, 3430, 3443
OFFSET
1,1
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {4, 3}]>0, 1, 0], {n, 3500}], {0, 1}][[All, 2]] (* Harvey P. Dale, May 08 2022 *)
CROSSREFS
Sequence in context: A086760 A142412 A175683 * A044756 A142573 A142691
KEYWORD
nonn,base
STATUS
approved