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

%I #7 Jun 09 2016 15:13:45

%S 22,58,94,130,137,166,202,238,274,310,346,353,382,418,454,490,526,562,

%T 569,598,634,670,706,742,778,785,827,850,886,922,958,994,1001,1030,

%U 1066,1102,1138,1174,1210,1217,1246,1282,1318,1354

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

%t Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n,6],{3,4}]>0,1,0],{n,1500}],{1,0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* _Harvey P. Dale_, Jun 09 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 May 13 09:18 EDT 2024. Contains 372504 sequences. (Running on oeis4.)