login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A043936 Numbers n such that 0 and 5 occur juxtaposed in the base 8 representation of n but not of n+1. 0
40, 69, 104, 133, 168, 197, 232, 261, 296, 327, 360, 389, 424, 453, 488, 517, 559, 581, 616, 645, 680, 709, 744, 773, 808, 839, 872, 901, 936, 965, 1000, 1029, 1071, 1093, 1128, 1157, 1192, 1221, 1256, 1285, 1320, 1351, 1384 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

n05Q[n_]:=MemberQ[Sort/@Partition[IntegerDigits[n, 8], 2, 1], {0, 5}]; Select[ Range[1500], n05Q[#]&&!n05Q[#+1]&] (* From Harvey P. Dale, May 07 2011 *)

CROSSREFS

Sequence in context: A134216 A043156 A039333 * A064635 A098517 A044106

Adjacent sequences:  A043933 A043934 A043935 * A043937 A043938 A043939

KEYWORD

nonn,base

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:49 EST 2012. Contains 205839 sequences.