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!)
A135386 Mersenne composites A065341 with 4 or more prime factors. 1

%I #10 Jan 21 2019 20:07:54

%S 10384593717069655257060992658440191,

%T 2854495385411919762116571938898990272765493247,

%U 182687704666362864775460604089535377456991567871

%N Mersenne composites A065341 with 4 or more prime factors.

%p A135386 := proc(n) local i;

%p i := 2^(ithprime(n))-1:

%p if (nops(numtheory[factorset](i)) > 3) then

%p RETURN (i)

%p fi: end: seq(A135386(n), n=1..37); # _Jani Melik_, Feb 09 2011

%t k = {}; Do[If[ ! PrimeQ[2^Prime[n] - 1], c = FactorInteger[2^Prime[n] - 1]; d = Length[c]; If[d >3, AppendTo[k, 2^Prime[n] - 1]]], {n, 1, 40}]; k

%Y Subsequence of A065341.

%Y Cf. A000225, A054723, A134852, A135975, A135976, A135977, A135979.

%K nonn,bref

%O 1,1

%A _Artur Jasinski_, Dec 09 2007

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 09:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)