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!)
A178929 Numbers m such that m*reversal(m) contains every decimal digit exactly once. 2

%I #21 Aug 04 2020 11:53:50

%S 14979,19167,19497,19839,20247,20499,21657,21864,22185,22227,22329,

%T 25299,25755,26325,28344,28665,29643,32184,32319,32418,32724,32889,

%U 34194,34692,35265,35853,36489,36957,39588,41754,42327,42564,42723,43476,43656,44382,44445

%N Numbers m such that m*reversal(m) contains every decimal digit exactly once.

%C There are exactly 141 such numbers, no one of them being prime.

%C The sequence contains 15 semiprimes: 14979 = 3 * 4993, 19167 = 3 * 6389, 20499 = 3 * 6833, 21657 = 3 * 7219, 36489 = 3 * 12163,..., 98337 = 3 * 32779, and 98823 = 3*32941. - _Jonathan Vos Post_, Dec 31 2010

%H Jinyuan Wang, <a href="/A178929/b178929.txt">Table of n, a(n) for n = 1..141</a>

%e 20247 is in the sequence because 20247*74202 = 1502367894 contains ten different digits;

%e 451410 is in the sequence because 451410*14154 = 6389257140 contains ten different digits.

%p with(numtheory): U:=array(1..50) :c:=0:for i from 5000 to 1000000 do: s1:=0:ll:=length(i):for

%p q from 0 to ll do:x:=iquo(i, 10^q):y:=irem(x, 10):s1:=s1+y*10^(ll-1-q): od:n:=i*s1:l:=length(n):if l=10 then n0:=n:s:=0:for m from 1 to l do:q:=n0:u:=irem(q,10):v:=iquo(q,10):n0:=v

%p : U[m]:=u:od: B:={0,1,2,3,4,5,6,7,8,9}: A:=convert(U,set):z:=nops(A):else fi:

%p if A intersect B = B and z=10 and l=10 then c:=c+1:printf(`%d, `,i): else fi:od:

%p print(c):

%Y Cf. A054038, A156977.

%K nonn,base,fini,full

%O 1,1

%A _Michel Lagneau_, Dec 30 2010

%E Confirmed terms 14979-45765 and also that there are exactly 141 terms. - _John W. Layman_, Dec 30 2010

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)