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!)
A044235 Numbers n such that string 6,0 occurs in the base 8 representation of n but not of n-1. 0
48, 112, 176, 240, 304, 368, 384, 432, 496, 560, 624, 688, 752, 816, 880, 896, 944, 1008, 1072, 1136, 1200, 1264, 1328, 1392, 1408, 1456, 1520, 1584, 1648, 1712, 1776, 1840, 1904, 1920, 1968, 2032, 2096, 2160, 2224, 2288, 2352 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2400], MemberQ[Partition[IntegerDigits[#, 8], 2, 1], {6, 0}] && !MemberQ[Partition[IntegerDigits[#-1, 8], 2, 1], {6, 0}]&] (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
Sequence in context: A260287 A187931 A191837 * A044616 A182679 A260759
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 August 12 08:23 EDT 2024. Contains 375085 sequences. (Running on oeis4.)