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

%I #7 Feb 17 2024 19:20:37

%S 77,177,277,377,477,577,677,770,877,977,1077,1177,1277,1377,1477,1577,

%T 1677,1770,1877,1977,2077,2177,2277,2377,2477,2577,2677,2770,2877,

%U 2977,3077,3177,3277,3377,3477,3577,3677,3770,3877

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n],{7,7}]>0,1,0],{n,4000}],{0,1}][[;;,2]] (* _Harvey P. Dale_, Feb 17 2024 *)

%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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)