login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105582 Smallest composite number n such that every divisor > 1 includes n as a substring. 0

%I #6 Jul 30 2015 22:40:54

%S 10201,121,254,39,1849,25,16043,497,6889,1691,10201,111221,16129,

%T 13169,214411,1532801,516221,117589,1401847,19361,2520899,44521,

%U 512231,235129,582497,628253,726031,395279,802817,295639,921307,31961,4320991,143323

%N Smallest composite number n such that every divisor > 1 includes n as a substring.

%C All entries so far are semiprimes (A001358), some are perfect powers (A001597). - _Robert G. Wilson v_, May 09 2005

%t fQ[n_, i_] := Block[{d = ToString /@ Drop[ Divisors[n], 1]}, Union[ StringPosition[d, ToString[i]]][[1]] != {}]; Do[k = 2; While[ PrimeQ[k] || fQ[k, n] == False, k++ ]; Print[k], {n, 0, 31}] (* _Robert G. Wilson v_, May 09 2005 *)

%K nonn,base

%O 0,1

%A _David W. Wilson_, May 08 2005

%E More terms from _Robert G. Wilson v_, May 09 2005

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 December 11 02:45 EST 2023. Contains 367717 sequences. (Running on oeis4.)