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!)
A268130 Primes p of the form sigma(2^k + 1) - 1 for some k >= 0. 1
2, 3, 5, 17, 47, 83, 257, 1301, 65537, 174767, 5048231, 51322664447, 188313058624991, 4768522825659911, 3148244377723715041631, 211635519858089932125000235391, 906780938207203620571208267879698943, 6392739029893008727817055462596999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding values of k: 0, 1, 2, 4, 5, 6, 8, 10, 16, 17, 22, 35, 47, 52, 71, 97, 119, 122, 124, 190, 300, ...
Fermat primes from A019434 are in the sequence.
LINKS
EXAMPLE
Prime 47 is a term because for k = 5, sigma(2^5+1) - 1 = sigma(33) - 1 = 47.
PROG
(Magma) Set(Sort([SumOfDivisors(2^n+1)-1: n in [0..300] | IsPrime(SumOfDivisors(2^n+1)-1)]))
(PARI) lista(nn) = for (n=0, nn, if (isprime(p=sigma(2^n + 1) - 1), print1(p, ", "))); \\ Michel Marcus, Jan 27 2016
CROSSREFS
Sequence in context: A019350 A235630 A235636 * A103074 A173236 A268209
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 26 2016
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 23 02:40 EDT 2024. Contains 372758 sequences. (Running on oeis4.)