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!)
A118561 Lucky numbers for which the reversal is also a lucky number. 4
1, 3, 7, 9, 13, 15, 31, 33, 37, 51, 73, 99, 111, 115, 133, 141, 151, 163, 169, 171, 189, 193, 195, 303, 327, 331, 339, 361, 385, 391, 393, 399, 511, 529, 535, 537, 579, 583, 591, 717, 723, 727, 729, 735, 739, 777, 787, 925, 927, 933, 937, 961, 975, 979, 981, 993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..9014 from T. D. Noe)
EXAMPLE
133 is in the sequence because (1) it is a lucky number and (2) the reversal 331 is also a lucky number.
MATHEMATICA
nn = 10^3; t = Range[1, nn, 2]; sieve[n_] := Module[{k = t[[n]]}, t = Delete[t, Table[{i}, {i, k, Length[t], k}]]]; n = 1; While[t[[n]] < Length[t], n++; sieve[n]]; tr = Table[FromDigits[Reverse[IntegerDigits[i]]], {i, t}]; Intersection[t, tr] (* T. D. Noe, Mar 16 2013 *)
CROSSREFS
Sequence in context: A120226 A137310 A118567 * A309406 A057701 A140291
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 07 2006
EXTENSIONS
Corrected and extended by Adam Panagos (adam.panagos(AT)gmail.com), May 10 2006
957 removed by T. D. Noe, Mar 16 2013
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)