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!)
A043947 Numbers k such that 2 and 5 occur juxtaposed in the base-8 representation of k but not of k+1. 0
21, 42, 85, 106, 149, 175, 213, 234, 277, 298, 343, 362, 405, 426, 469, 490, 533, 554, 597, 618, 661, 687, 725, 746, 789, 810, 855, 874, 917, 938, 981, 1002, 1045, 1066, 1109, 1130, 1173, 1199, 1237, 1258, 1301, 1322, 1407 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 8], {2, 5}]>0||SequenceCount[IntegerDigits[n, 8], {5, 2}]>0, 1, 0], {n, 1500}], {1, 0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Jul 19 2016 *)
CROSSREFS
Cf. A007094.
Sequence in context: A175805 A039344 A043167 * A335477 A263877 A041870
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 8 12:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)