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!)
A043196 Numbers k such that 2 and 4 occur juxtaposed in the base-9 representation of k but not of k-1. 0
22, 38, 103, 119, 184, 198, 265, 281, 342, 362, 427, 443, 508, 524, 589, 605, 670, 686, 751, 767, 832, 848, 913, 927, 994, 1010, 1071, 1091, 1156, 1172, 1237, 1253, 1318, 1334, 1399, 1415, 1480, 1496, 1561, 1577, 1642, 1656 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {2, 4}]>0||SequenceCount[IntegerDigits[n, 9], {4, 2}]>0, 1, 0], {n, 2000}], {0, 1}]][[2]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10.1 *) (* Harvey P. Dale, Apr 08 2015 *)
CROSSREFS
Cf. A007095.
Sequence in context: A057836 A078612 A039373 * A043976 A131196 A075217
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 July 12 21:16 EDT 2024. Contains 374257 sequences. (Running on oeis4.)