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

%I #7 Jun 05 2016 08:32:48

%S 39,88,137,186,235,279,284,333,382,431,480,529,578,622,627,676,725,

%T 774,823,872,921,965,970,1019,1068,1117,1166,1215,1264,1308,1313,1362,

%U 1411,1460,1509,1558,1607,1651,1656,1705,1754,1803

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

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