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!)
A044716 Numbers n such that string 0,3 occurs in the base 10 representation of n but not of n+1. 0
103, 203, 303, 403, 503, 603, 703, 803, 903, 1003, 1039, 1103, 1203, 1303, 1403, 1503, 1603, 1703, 1803, 1903, 2003, 2039, 2103, 2203, 2303, 2403, 2503, 2603, 2703, 2803, 2903, 3003, 3039, 3103, 3203, 3303, 3403, 3503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {0, 3}]>0, 1, 0], {n, 4000}], {1, 0}][[;; , 1]] (* Harvey P. Dale, Jul 28 2023 *)
CROSSREFS
Sequence in context: A265497 A142360 A044335 * A260470 A134551 A140006
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)