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

%I #7 Jun 11 2017 12:26:58

%S 88,169,250,331,412,493,574,655,736,800,817,898,979,1060,1141,1222,

%T 1303,1384,1465,1529,1546,1627,1708,1789,1870,1951,2032,2113,2194,

%U 2258,2275,2356,2437,2518,2599,2680,2761,2842,2923

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,9],{0,7}]>0,1,0],{n,3000}],{1,0}][[All,1]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jun 11 2017 *)

%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 July 18 12:17 EDT 2024. Contains 374378 sequences. (Running on oeis4.)