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!)
A043122 Numbers k such that 1 and 3 occur juxtaposed in the base-6 representation of k but not of k-1. 0
9, 19, 45, 54, 81, 91, 114, 127, 153, 163, 189, 199, 225, 235, 261, 270, 297, 307, 324, 369, 379, 405, 415, 441, 451, 477, 486, 513, 523, 546, 559, 585, 595, 621, 631, 657, 667, 684, 729, 739, 762, 775, 801, 811, 837, 847, 873 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[900], MemberQ[Sort/@Partition[IntegerDigits[#, 6], 2, 1], {1, 3}] && !MemberQ[Sort/@Partition[IntegerDigits[#-1, 6], 2, 1], {1, 3}]&] (* Harvey P. Dale, Sep 20 2011 *)
CROSSREFS
Cf. A007092.
Sequence in context: A014005 A286624 A058510 * A043902 A048696 A046103
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)