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!)
A253682 Prime sums of three distinct Mersenne primes (A000668). 0
41, 137, 2147483777, 162259895799233006081715459850241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) has the exponents of the three distinct Mersenne primes of 1, 2 and 3; a(2) the exponents are 1, 2 and 4, a(3) the exponents are 1, 4 and 8 and a(4) the exponents are 1, 10 and 11. - Robert G. Wilson v, Jan 08 2015
a(5) > 10^30000, if it exists. - Jinyuan Wang, Jul 26 2021
LINKS
Chris K. Caldwell and G. L. Honaker, Jr., 16225...50241 (33-digits), Prime Curios!
EXAMPLE
a(3) = 2147483777 because 2147483777 = (2^2-1) + (2^7-1) + (2^31-1).
MATHEMATICA
exp={* the first 34 terms in A000043 *}; Do[ s = 2^exp[[p]] + 2^exp[[q]] + 2^exp[[r]] - 3; If[ PrimeQ@ s, Print[{p, q, r, s}]], {r, 3, 34}, {q, 2, r - 1}, {p, q - 1}] (* Robert G. Wilson v, Jan 08 2015 *)
CROSSREFS
Sequence in context: A165816 A325069 A321890 * A297398 A142449 A044373
KEYWORD
nonn,hard
AUTHOR
G. L. Honaker, Jr., Jan 08 2015
STATUS
approved

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