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!)
A044414 Numbers n such that string 8,2 occurs in the base 10 representation of n but not of n-1. 0

%I #7 Sep 28 2023 12:26:44

%S 82,182,282,382,482,582,682,782,820,882,982,1082,1182,1282,1382,1482,

%T 1582,1682,1782,1820,1882,1982,2082,2182,2282,2382,2482,2582,2682,

%U 2782,2820,2882,2982,3082,3182,3282,3382,3482,3582

%N Numbers n such that string 8,2 occurs in the base 10 representation of n but not of n-1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{8,2}]>0,1,0],{n,4000}],{0,1}][[;;,2]] (* _Harvey P. Dale_, Sep 28 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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)