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!)
A043223 Numbers k such that 0 and 8 occur juxtaposed in the base-10 representation of k but not of k-1. 0

%I #10 Aug 23 2021 21:44:56

%S 80,108,180,208,280,308,380,408,480,508,580,608,680,708,780,800,880,

%T 908,980,1008,1080,1108,1180,1208,1280,1308,1380,1408,1480,1508,1580,

%U 1608,1680,1708,1780,1800,1880,1908,1980,2008,2080

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{0,8}]>0 || SequenceCount[ IntegerDigits[n],{8,0}]>0,1,0],{n,2100}],{0,1}][[All,2]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jan 21 2017 *)

%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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)