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!)
A139257 Twice Mersenne primes A000668(n). 6
6, 14, 62, 254, 16382, 262142, 1048574, 4294967294, 4611686018427387902, 1237940039285380274899124222, 324518553658426726783156020576254, 340282366920938463463374607431768211454 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Radicals of even perfect numbers. - Charles R Greathouse IV, Feb 01 2013
LINKS
F. Luca and C. Pomerance, On the radical of a perfect number, New York Journal of Math., 16 (2010), 23-30.
FORMULA
a(n) = 2*A000668(n).
a(n) = A000918(1 + A000043(n)) = A095121(A000043(n)). - Omar E. Pol, Jun 07 2012
MATHEMATICA
2*(2^MersennePrimeExponent[Range[15]]-1) (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 05 2020 *)
PROG
(PARI) apply(p->2*(2^p-1), select(p->ispseudoprime(2^p-1), primes(40))) \\ Charles R Greathouse IV, Feb 01 2013
CROSSREFS
Sequence in context: A059954 A252541 A333103 * A056842 A182752 A200033
KEYWORD
nonn
AUTHOR
Omar E. Pol, Apr 23 2008
EXTENSIONS
Corrected and extended by Joerg Arndt, Jun 07 2012.
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 May 15 19:42 EDT 2024. Contains 372549 sequences. (Running on oeis4.)