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

%I #10 May 09 2023 13:14:40

%S 25,31,74,80,123,129,172,175,217,227,270,276,319,325,368,374,417,423,

%T 466,472,515,518,560,570,613,619,662,668,711,717,760,766,809,815,858,

%U 861,903,913,956,962,1005,1011,1054,1060,1103

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,7],{3,4}]>0 || SequenceCount[ IntegerDigits[n,7],{4,3}]>0,1,0],{n,1200}],{0,1}][[;;,2]] (* _Harvey P. Dale_, May 09 2023 *)

%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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)