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!)
A276810 Numbers n such that A045876(n) has distinct decimal digits. 0

%I #15 Apr 30 2022 11:08:00

%S 1,2,3,4,5,6,7,8,9,39,48,49,57,58,59,67,68,69,75,76,78,79,84,85,86,87,

%T 89,93,94,95,96,97,98,149,158,167,176,185,194,199,239,248,257,275,284,

%U 289,293,298,329,347,356,365,374,379,388,392,397,419,428,437,469,473,478,482

%N Numbers n such that A045876(n) has distinct decimal digits.

%C This sequence contains 146 elements. The largest is 991. No more terms below 10^10. As A045876(n) >= n, for all n >= 10^10, A045876(n) will have at least one digit not distinct. - _David A. Corneth_, Sep 19 2016

%e 289 is a term because 289+298+829+892+928+982 = 4218 has distinct decimal digits.

%t Select[Range[10^3], Max@ DigitCount@ Total@ Map[FromDigits, Permutations@ IntegerDigits@ #] == 1 &] (* _Michael De Vlieger_, Sep 19 2016 *)

%o (PARI) A047726(n) = n=eval(Vec(Str(n))); (#n)!/prod(i=0, 9, sum(j=1, #n, n[j]==i)!);

%o A055642(n) = #Str(n);

%o A007953(n) = sumdigits(n);

%o A045876(n) = ((10^A055642(n)-1)/9)*(A047726(n)*A007953(n)/A055642(n));

%o isA010784(n) = my(v=vecsort(digits(n))); v==vecsort(v, , 8);

%o is(n) = isA010784(A045876(n));

%Y Cf. A010784, A045876.

%K nonn,base,fini

%O 1,2

%A _Altug Alkan_, Sep 18 2016

%E Clarified comment. - _Harvey P. Dale_, Apr 30 2022

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 August 4 18:10 EDT 2024. Contains 374923 sequences. (Running on oeis4.)