The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A044230 Numbers n such that string 5,3 occurs in the base 8 representation of n but not of n-1. 0
43, 107, 171, 235, 299, 344, 363, 427, 491, 555, 619, 683, 747, 811, 856, 875, 939, 1003, 1067, 1131, 1195, 1259, 1323, 1368, 1387, 1451, 1515, 1579, 1643, 1707, 1771, 1835, 1880, 1899, 1963, 2027, 2091, 2155, 2219, 2283, 2347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2400], MemberQ[Partition[IntegerDigits[#, 8], 2, 1], {5, 3}] && !MemberQ[Partition[IntegerDigits[#-1, 8], 2, 1], {5, 3}]&] (* Harvey P. Dale, May 26 2011 *)
CROSSREFS
Sequence in context: A115606 A194773 A154506 * A044611 A246931 A142944
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 June 1 12:42 EDT 2024. Contains 373023 sequences. (Running on oeis4.)