Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074164
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074164 Smallest k such that R(k) > n*k, where R(k) is the digit reversal of k (A004086) (the reversal of 10 is taken to be 01 = 1, etc.). +0
3
12, 13, 15, 17, 106, 107, 108, 109, 1099 (list; graph; listen)
OFFSET

1,1

COMMENT

As R(k) doesn't increase the number of digits, R(k)<10k and so the sequence is complete. - Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 15 2003

EXAMPLE

a(3) = 15, 51 > 3*15, a(3) is not 14 as 41 < 42 = 3*14. a(12) = 430 > 12*34.

a(4) = 17 as 71 > 17*4 but 61 is < 16*4.

MAPLE

P := proc(Nlo, Nhi, Klo, Khi) local A::list, k, n, d, s; d := (X::posint)->convert(X, base, 10):s := (L::list)->sum(L[i]*10^(nops(L)-i), i=1..nops(L)):k := Klo:A := [seq(0, i=1..Nhi-Nlo+1)]: for n from Nlo to Nhi do while k<Khi and s(d(k))<=n*k do k := k+1 od: A[n-Nlo+1] := k; od: return A; end proc; - Francois Jooste (phukraut(AT)hotmail.com), Oct 23 2002

CROSSREFS

Cf. A074163.

Sequence in context: A085556 A127354 A125664 this_sequence A076085 A039790 A102496

Adjacent sequences: A074161 A074162 A074163 this_sequence A074165 A074166 A074167

KEYWORD

base,nonn,fini,full

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 30 2002

EXTENSIONS

Edited by Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 15 2003

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, May 21 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 23:50 EST 2009. Contains 170430 sequences.


AT&T Labs Research