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!)
A070698 Numbers n such that reverse(n) sets a record (that is, n such that reverse(n) > reverse(k) for all k < n). 1
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 29, 39, 49, 59, 69, 79, 89, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 119, 129, 139, 149, 159, 169, 179, 189, 199, 299, 399, 499, 599, 699, 799, 899, 999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
h = -1; l = {}; Do[a = FromDigits[Reverse[IntegerDigits[n]]]; If[a > h, h = a; l = Append[l, n]], {n, 1, 10^3}]; l
CROSSREFS
Sequence in context: A318275 A173646 A274125 * A243079 A167619 A020664
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, May 13 2002
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 September 4 11:41 EDT 2024. Contains 375683 sequences. (Running on oeis4.)