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!)
A181720 a(n) = smallest multiple of n which contains its base 10 reversal as a substring. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 1010, 11, 216, 312, 1414, 510, 1616, 714, 810, 912, 1020, 126, 22, 322, 2424, 525, 624, 729, 1820, 928, 3030, 713, 2304, 33, 3434, 3535, 3636, 1073, 836, 936, 1040, 1148, 924, 344, 44, 540, 644, 1974, 384, 294, 1050, 153, 2548, 3551, 1458, 55, 5656, 4275, 1856, 295, 3060 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Leading 0's are kept in the reversal: e.g., a(10)=1010, not 10.
LINKS
PROG
(Perl) foreach $n(1..60) {$r=reverse($_=$n); $_+=$n until m/$r/; print "$n $_\n"} # Ivan Neretin, Aug 12 2015
CROSSREFS
Cf. A181721 (a(n)/n).
Sequence in context: A121939 A276697 A087036 * A349423 A004904 A122624
KEYWORD
nonn,base
AUTHOR
Claudio Meller, Nov 17 2010
EXTENSIONS
Edited by D. S. McNeil, Nov 17 2010
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 5 07:27 EDT 2024. Contains 375686 sequences. (Running on oeis4.)