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!)
A043130 Numbers k such that 4 and 5 occur juxtaposed in the base-6 representation of k but not of k-1. 0
29, 34, 65, 70, 101, 106, 137, 142, 173, 204, 214, 245, 250, 281, 286, 317, 322, 353, 358, 389, 420, 430, 461, 466, 497, 502, 533, 538, 569, 574, 605, 636, 646, 677, 682, 713, 718, 749, 754, 785, 790, 821, 852, 862, 893, 898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
n45Q[n_]:=Module[{idn6=IntegerDigits[n, 6]}, SequenceCount[idn6, {4, 5}]>0 || SequenceCount[idn6, {5, 4}]>0]; Transpose[SequencePosition[Table[ If[ n45Q[k], 1, 0], {k, 1000}], {0, 1}]][[2]] (* The program uses the SequenceCount and SequencePosition functions from Mathematica version 10 *) (* Harvey P. Dale, Aug 09 2015 *)
CROSSREFS
Cf. A007092.
Sequence in context: A280643 A102527 A039307 * A043910 A278329 A172413
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 June 8 03:40 EDT 2024. Contains 373207 sequences. (Running on oeis4.)