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

%I #7 Dec 09 2022 12:54:27

%S 74,174,274,374,474,574,674,749,774,874,974,1074,1174,1274,1374,1474,

%T 1574,1674,1749,1774,1874,1974,2074,2174,2274,2374,2474,2574,2674,

%U 2749,2774,2874,2974,3074,3174,3274,3374,3474,3574

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{7,4}]>0,1,0],{n,4000}],{1,0}][[All,1]] (* _Harvey P. Dale_, Dec 09 2022 *)

%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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)