login
This site is supported by donations 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
10384593717069655257060992658440191, 2854495385411919762116571938898990272765493247, 182687704666362864775460604089535377456991567871 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

A135386 := proc(n) local i;

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

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

   RETURN (i)

fi: end: seq(A135386(n), n=1..37); # - Jani Melik, Feb 09 2011

MATHEMATICA

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

CROSSREFS

Subsequence of A065341.

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

Sequence in context: A083103 A115532 A074194 * A095462 A115543 A095464

Adjacent sequences:  A135383 A135384 A135385 * A135387 A135388 A135389

KEYWORD

nonn,bref

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:48 EST 2012. Contains 205978 sequences.