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!)
A044028 Numbers k such that 4 and 7 occur juxtaposed in the base-10 representation of k but not of k+1. 0

%I #12 Aug 29 2021 01:55:35

%S 47,74,147,174,247,274,347,374,447,479,547,574,647,674,749,774,847,

%T 874,947,974,1047,1074,1147,1174,1247,1274,1347,1374,1447,1479,1547,

%U 1574,1647,1674,1749,1774,1847,1874,1947,1974,2047

%N Numbers k such that 4 and 7 occur juxtaposed in the base-10 representation of k but not of k+1.

%t okQ[n_]:=Module[{sidn=Sort/@Partition[IntegerDigits[n],2,1]},MemberQ[sidn,{4,7}]]; Select[Range[2100],okQ[#]&&!okQ[#+1]&] (* _Harvey P. Dale_, Feb 14 2012 *)

%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 May 7 13:48 EDT 2024. Contains 372303 sequences. (Running on oeis4.)