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!)
A044117 Numbers n such that string 2,3 occurs in the base 6 representation of n but not of n-1. 0
15, 51, 87, 90, 123, 159, 195, 231, 267, 303, 306, 339, 375, 411, 447, 483, 519, 522, 540, 591, 627, 663, 699, 735, 738, 771, 807, 843, 879, 915, 951, 954, 987, 1023, 1059, 1095, 1131, 1167, 1170, 1203, 1239, 1275, 1311, 1347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1500], MemberQ[Partition[IntegerDigits[#, 6], 2, 1], {2, 3}] && !MemberQ[Partition[IntegerDigits[#-1, 6], 2, 1], {2, 3}]&] (* Harvey P. Dale, Mar 16 2012 *)
CROSSREFS
Sequence in context: A075929 A337295 A334530 * A044498 A138082 A002602
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 May 13 07:22 EDT 2024. Contains 372498 sequences. (Running on oeis4.)