The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A236107 Nonprimes whose divisors are partition numbers. 6

%I #22 Apr 09 2020 09:57:06

%S 1,15,22,77

%N Nonprimes whose divisors are partition numbers.

%C By definition all terms are partition numbers.

%C Conjecture: no terms exist beyond 77. - _Jon E. Schoenfield_, Feb 05 2014

%e 15 is in the sequence because 15 is a nonprime number and the divisors of 15 are 1, 3, 5, 15, which are also partition numbers.

%t nmax = 1000;

%t pp = PartitionsP[Range[nmax]];

%t selQ[n_] := Module[{dd = Divisors[n]}, Intersection[pp, dd] == dd];

%t Select[Range[nmax], !PrimeQ[#] && selQ[#]&] (* _Jean-François Alcover_, Apr 09 2020 *)

%Y Cf. A000041, A018252, A038753, A236102, A236103, A236105, A236108, A236110.

%K nonn,more

%O 1,2

%A _Omar E. Pol_, Jan 22 2014

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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)