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!)
A044212 Numbers n such that string 3,1 occurs in the base 8 representation of n but not of n-1. 0
25, 89, 153, 200, 217, 281, 345, 409, 473, 537, 601, 665, 712, 729, 793, 857, 921, 985, 1049, 1113, 1177, 1224, 1241, 1305, 1369, 1433, 1497, 1561, 1600, 1689, 1736, 1753, 1817, 1881, 1945, 2009, 2073, 2137, 2201, 2248, 2265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 8], {3, 1}]>0, 1, 0], {n, 2300}], {0, 1}]][[2]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Oct 23 2015 *)
CROSSREFS
Sequence in context: A027026 A251195 A087240 * A044593 A262492 A280297
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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)