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!)
A043138 Numbers k such that 1 and 3 occur juxtaposed in the base-7 representation of k but not of k-1. 0
10, 22, 59, 70, 108, 120, 154, 169, 206, 218, 255, 267, 304, 316, 353, 365, 402, 413, 451, 463, 490, 549, 561, 598, 610, 647, 659, 696, 708, 745, 756, 794, 806, 840, 855, 892, 904, 941, 953, 990, 1002, 1039, 1051, 1078, 1137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1200], MemberQ[Sort/@Partition[IntegerDigits[#, 7], 2, 1], {1, 3}] && !MemberQ[Sort/@Partition[IntegerDigits[#-1, 7], 2, 1], {1, 3}]&] (* Harvey P. Dale, Aug 10 2011 *)
CROSSREFS
Cf. A007093.
Sequence in context: A039315 A225708 A088871 * A043918 A033459 A255048
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 April 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)