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!)
A043883 Numbers k such that 1 and 2 occur juxtaposed in the base-4 representation of k but not of k+1. 1

%I #13 Aug 25 2021 04:53:10

%S 6,9,22,27,39,41,54,57,70,73,86,91,111,118,121,134,137,159,167,169,

%T 182,185,198,201,214,219,231,233,246,249,262,265,278,283,295,297,310,

%U 313,326,329,342,347,367,374,377,447,454,457,470

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,4],{1,2}]>0 || SequenceCount[IntegerDigits[n,4],{2,1}]>0,1,0],{n,500}],{1,0}][[All,1]] (* _Harvey P. Dale_, Aug 05 2021 *)

%Y Cf. A007090.

%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 July 22 18:23 EDT 2024. Contains 374540 sequences. (Running on oeis4.)