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

%I #9 Aug 25 2021 05:09:43

%S 18,30,67,79,116,132,165,177,216,226,263,275,312,324,361,373,410,422,

%T 459,475,508,520,559,569,606,618,655,667,704,716,753,765,802,818,851,

%U 863,930,949,961,998,1010,1047,1059,1096,1108

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

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

%Y Cf. A007093.

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