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

%I #11 Aug 27 2021 08:27:41

%S 90,109,190,209,290,309,390,409,490,509,590,609,690,709,790,809,890,

%T 909,990,1009,1099,1109,1190,1209,1290,1309,1390,1409,1490,1509,1590,

%U 1609,1690,1709,1790,1809,1890,1909,1990,2009,2099

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{0,9}]>0 || SequenceCount[ IntegerDigits[n],{9,0}]>0,1,0],{n,2200}],{1,0}][[All,1]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jun 28 2021 *)

%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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)