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

%I #7 Jun 01 2016 15:37:28

%S 56,120,184,248,312,376,440,455,504,568,632,696,760,824,888,952,967,

%T 1016,1080,1144,1208,1272,1336,1400,1464,1479,1528,1592,1656,1720,

%U 1784,1848,1912,1976,1991,2040,2104,2168,2232,2296,2360

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

%t Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n,8],{7,0}]>0,1,0],{n,2500}],{1,0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* _Harvey P. Dale_, Jun 01 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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)