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

%I #7 Mar 24 2016 11:38:59

%S 12,28,44,51,60,76,92,108,115,124,140,156,172,179,188,207,220,236,243,

%T 252,268,284,300,307,316,332,348,364,371,380,396,412,428,435,444,463,

%U 476,492,499,508,524,540,556,563,572,588,604

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

%t Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n,4],{3,0}]>0,1,0],{n,700}],{1,0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* _Harvey P. Dale_, Mar 24 2016 *)

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