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!)
A043176 Numbers k such that 4 and 7 occur juxtaposed in the base-8 representation of k but not of k-1. 0
39, 60, 103, 124, 167, 188, 231, 252, 295, 312, 359, 380, 423, 444, 480, 508, 551, 572, 615, 636, 679, 700, 743, 764, 807, 824, 871, 892, 935, 956, 992, 1020, 1063, 1084, 1127, 1148, 1191, 1212, 1255, 1276, 1319, 1336, 1383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1500], MemberQ[Sort/@Partition[IntegerDigits[#, 8], 2, 1], {4, 7}]&&!MemberQ[Sort/@Partition[IntegerDigits[#-1, 8], 2, 1], {4, 7}]&] (* Harvey P. Dale, Oct 20 2011 *)
CROSSREFS
Cf. A007094.
Sequence in context: A338794 A050780 A039353 * A043956 A090876 A165461
KEYWORD
nonn,base
AUTHOR
STATUS
approved

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 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)