cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A223080 #12 Jun 21 2022 14:41:39
%S A223080 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,510,540,810,5610,5940,
%T A223080 8712,8910,9801,65340,87120,87912,659340,879120
%N A223080 Numbers n with distinct digits such that the reversal of n divides n.
%C A223080 Suggested by A214927.
%C A223080 There are no terms with 7 digits.
%C A223080 Sequence is complete. - _Giovanni Resta_, Mar 20 2013
%e A223080 8712 reversed is 2178, which divides 8712.
%t A223080 Select[Range[10^6],Max[DigitCount[#]]==1&&Divisible[#,IntegerReverse[#]]&] (* _Harvey P. Dale_, Jun 21 2022 *)
%Y A223080 Cf. A222810, A214927, A223081, A223082.
%K A223080 nonn,base,fini,full
%O A223080 1,2
%A A223080 _N. J. A. Sloane_, Mar 20 2013