[go: up one dir, main page]

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!)
A188454 Numbers n whose decimal digits are distinct and no digit divides n. 1

%I #14 May 30 2020 04:12:52

%S 23,27,29,34,37,38,43,46,47,49,53,54,56,57,58,59,67,68,69,73,74,76,78,

%T 79,83,86,87,89,94,97,98,203,207,209,239,247,249,253,257,259,263,267,

%U 269,283,289,293,307,308,329,346,347,349,356,358,359,367,370,374

%N Numbers n whose decimal digits are distinct and no digit divides n.

%C These may not contain 1 or have a 2 or 5 as the last digit. They include prime numbers not containing the digit 1 and composites with a smallest prime factor > 10 and obeying the other constraints (e.g. the largest case is 987654203 = 31×31859813.)

%C The first even case is 34. The first consecutive pair is {37, 38}. {56,57,58,59} is a consecutive quadruple which is the maximal size for such a subset.

%C There are 202623 terms in this sequence. - _Nathaniel Johnston_, May 19 2011

%H Nathaniel Johnston, <a href="/A188454/b188454.txt">Table of n, a(n) for n = 1..10000</a>

%t dddQ[n_]:=Module[{dcn=DigitCount[n]},Max[dcn]==1&&First[dcn]==0 && Union[ Divisible[n,Select[IntegerDigits[n],#!=0&]]]=={False}]; Select[Range[ 400],dddQ] (* _Harvey P. Dale_, May 01 2012 *)

%Y Cf. A038772, A034709, A034837, A038769, A038770.

%K nonn,easy,base,fini

%O 1,1

%A _Andy Edwards_, Mar 31 2011

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 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)