The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A044118 Numbers n such that string 2,4 occurs in the base 6 representation of n but not of n-1. 0

%I #7 Feb 18 2018 20:29:53

%S 16,52,88,96,124,160,196,232,268,304,312,340,376,412,448,484,520,528,

%T 556,576,628,664,700,736,744,772,808,844,880,916,952,960,988,1024,

%U 1060,1096,1132,1168,1176,1204,1240,1276,1312,1348

%N Numbers n such that string 2,4 occurs in the base 6 representation of n but not of n-1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,6],{2,4}]>0,1,0],{n,1400}],{0,1}][[All,2]] (* _Harvey P. Dale_, Feb 18 2018 *)

%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 May 13 19:55 EDT 2024. Contains 372522 sequences. (Running on oeis4.)