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!)
A044783 Numbers n such that string 7,0 occurs in the base 10 representation of n but not of n+1. 1
70, 170, 270, 370, 470, 570, 670, 709, 770, 870, 970, 1070, 1170, 1270, 1370, 1470, 1570, 1670, 1709, 1770, 1870, 1970, 2070, 2170, 2270, 2370, 2470, 2570, 2670, 2709, 2770, 2870, 2970, 3070, 3170, 3270, 3370, 3470, 3570 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Numbers whose base 10 representations end in the regular expression 709* and contain no other 70. - Robert Israel, Feb 24 2016

LINKS

Georg Fischer, Table of n, a(n) for n = 1..10000

MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n], {7, 0}]>0, 1, 0], {n, 3600}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 07 2019 *)

CROSSREFS

Cf. A044402.

Sequence in context: A063320 A255793 A044402 * A278782 A154361 A165762

Adjacent sequences: A044780 A044781 A044782 * A044784 A044785 A044786

KEYWORD

nonn,base

AUTHOR

Clark Kimberling

EXTENSIONS

b-file corrected by Georg Fischer, Jun 27 2019

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 1 21:44 EDT 2023. Contains 361697 sequences. (Running on oeis4.)