login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A043217 Numbers k such that 0 and 2 occur juxtaposed in the base-10 representation of k but not of k-1. 0

%I #10 Dec 29 2023 14:02:21

%S 20,102,120,200,220,302,320,402,420,502,520,602,620,702,720,802,820,

%T 902,920,1002,1020,1102,1120,1200,1220,1302,1320,1402,1420,1502,1520,

%U 1602,1620,1702,1720,1802,1820,1902,1920,2000,2102

%N Numbers k such that 0 and 2 occur juxtaposed in the base-10 representation of k but not of k-1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{0,2}]>0 || SequenceCount[ IntegerDigits[ n],{2,0}]>0,1,0],{n,2200}],{0,1}][[;;,2]] (* _Harvey P. Dale_, Dec 29 2023 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 21:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)