A281312 Numbers n such that sigma(4*(n-1)) is prime.
2, 5, 17, 1025, 16385, 65537, 268435457, 288230376151711745, 77371252455336267181195265, 20282409603651670423947251286017, 21267647932558653966460912964485513217
Offset: 1
Keywords
Programs
-
Magma
[n: n in [2..100000] | IsPrime(SumOfDivisors(4*(n-1)))]
-
PARI
isok(n) = isprime(sigma(4*(n-1))); \\ Michel Marcus, Jan 21 2017
Formula
a(n) = 2^(A000043(n+1)-3) + 1. - Charles R Greathouse IV, Mar 01 2017
Extensions
a(7) = 268435457 confirmed by Jon E. Schoenfield, Jan 20 2017
a(8)-a(11) from Charles R Greathouse IV, Mar 01 2017
Comments