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!)
A044718 Numbers n such that string 0,5 occurs in the base 10 representation of n but not of n+1. 0
105, 205, 305, 405, 505, 605, 705, 805, 905, 1005, 1059, 1105, 1205, 1305, 1405, 1505, 1605, 1705, 1805, 1905, 2005, 2059, 2105, 2205, 2305, 2405, 2505, 2605, 2705, 2805, 2905, 3005, 3059, 3105, 3205, 3305, 3405, 3505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {0, 5}]>0, 1, 0], {n, 4000}], {1, 0}]][[1]] (* The program uses the SequencePosition and SequenceCount functions from Mathematica version 10 *) (* Harvey P. Dale, Aug 22 2015 *)
CROSSREFS
Sequence in context: A326141 A347881 A044337 * A239827 A273521 A214082
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 19:17 EDT 2024. Contains 374252 sequences. (Running on oeis4.)