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!)
A223080 Numbers n with distinct digits such that the reversal of n divides n. 3

%I #12 Jun 21 2022 14:41:39

%S 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,510,540,810,5610,5940,

%T 8712,8910,9801,65340,87120,87912,659340,879120

%N Numbers n with distinct digits such that the reversal of n divides n.

%C Suggested by A214927.

%C There are no terms with 7 digits.

%C Sequence is complete. - _Giovanni Resta_, Mar 20 2013

%e 8712 reversed is 2178, which divides 8712.

%t Select[Range[10^6],Max[DigitCount[#]]==1&&Divisible[#,IntegerReverse[#]]&] (* _Harvey P. Dale_, Jun 21 2022 *)

%Y Cf. A222810, A214927, A223081, A223082.

%K nonn,base,fini,full

%O 1,2

%A _N. J. A. Sloane_, Mar 20 2013

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 March 28 14:02 EDT 2024. Contains 371254 sequences. (Running on oeis4.)