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

%I #11 Feb 05 2023 18:38:13

%S 12,28,93,116,174,190,260,271,336,352,417,433,498,514,579,595,660,676,

%T 741,757,822,845,903,919,1052,1065,1081,1146,1162,1227,1243,1308,1324,

%U 1389,1405,1470,1486,1551,1574,1632,1648,1718

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,9],{1,3}]>0 || SequenceCount[ IntegerDigits[n,9],{3,1}]>0,1,0],{n,1800}],{1,0}][[All,1]] (* _Harvey P. Dale_, Feb 05 2023 *)

%Y Cf. A007095.

%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 20:27 EDT 2024. Contains 371767 sequences. (Running on oeis4.)