login
This site is supported by donations 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). 0
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; internal format)
OFFSET

1,2

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: A055571 A132781 A173646 * A167619 A020664 A055570

Adjacent sequences:  A070695 A070696 A070697 * A070699 A070700 A070701

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), May 13 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:08 EST 2012. Contains 205720 sequences.