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!)
A055719 d(n)-1 | n and n is not prime. 3

%I #12 Mar 13 2013 10:56:51

%S 4,6,15,16,20,21,27,33,39,42,45,50,51,56,57,69,70,75,87,93,105,111,

%T 120,123,129,132,141,154,159,162,175,177,182,183,189,198,201,210,213,

%U 219,220,231,237,238,245,249,256,266,267,270,273,275,291,303,308,309,321

%N d(n)-1 | n and n is not prime.

%C Composite integers divisible by 1 less than the number of their divisors.

%C This is, composite members of A054010. - _Carl R. White_, Jul 11 2012

%H Carl R. White, <a href="/A055719/b055719.txt">Table of n, a(n) for n = 1..10000</a>

%t Do[ If[ !PrimeQ[ n ], If[ IntegerQ[ n/(DivisorSigma[ 0, n ]-1) ], Print[ n ] ] ], {n, 1, 500} ]

%t Select[Range[2,400],!PrimeQ[#]&&Divisible[#,DivisorSigma[0,#]-1]&] (* _Harvey P. Dale_, Mar 13 2013 *)

%Y Cf. A054010.

%K nonn

%O 1,1

%A _Robert G. Wilson v_, Jun 09 2000

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)