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!)
A044289 Numbers n such that string 4,2 occurs in the base 9 representation of n but not of n-1. 0
38, 119, 200, 281, 342, 362, 443, 524, 605, 686, 767, 848, 929, 1010, 1071, 1091, 1172, 1253, 1334, 1415, 1496, 1577, 1658, 1739, 1800, 1820, 1901, 1982, 2063, 2144, 2225, 2306, 2387, 2468, 2529, 2549, 2630, 2711, 2792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {4, 2}]>0, 1, 0], {n, 3000}], {0, 1}]][[2]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Dec 15 2015 *)
CROSSREFS
Sequence in context: A251229 A282850 A173309 * A044670 A118633 A216896
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 26 20:43 EDT 2024. Contains 374636 sequences. (Running on oeis4.)