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!)
A044443 Numbers n such that string 0,1 occurs in the base 4 representation of n but not of n+1. 0

%I #7 Jul 09 2021 17:26:55

%S 17,33,49,65,71,81,97,113,129,135,145,161,177,193,199,209,225,241,257,

%T 263,287,289,305,321,327,337,353,369,385,391,401,417,433,449,455,465,

%U 481,497,513,519,543,545,561,577,583,593,609

%N Numbers n such that string 0,1 occurs in the base 4 representation of n but not of n+1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,4],{0,1}]>0,1,0],{n,700}],{1,0}][[All,1]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jul 09 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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)