OFFSET
1,1
COMMENTS
Conjecturally, a supersequence of A281312.
The conjecture is true: the formula at A281312 implies that the number of divisors of 4*A281312(n) - 4 is A000043(n+1). - Charles R Greathouse IV, Mar 01 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..467
MATHEMATICA
Select[Range[2, 10^7], PrimeQ@ DivisorSigma[0, 4 (# - 1)] &] (* Michael De Vlieger, Feb 28 2017 *)
PROG
(Magma) [n: n in [2..1100000] | IsPrime(NumberOfDivisors(4*(n-1)))];
(PARI) is(n)=isprime(numdiv(4*n-4)) \\ Charles R Greathouse IV, Feb 28 2017
(PARI) list(lim)=my(v=List()); forprime(p=3, logint(lim\1*8-8, 2), listput(v, 2^(p-3)+1)); Vec(v) \\ Charles R Greathouse IV, Mar 01 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Feb 28 2017
EXTENSIONS
a(4), a(9)-a(17) from Charles R Greathouse IV, Mar 01 2017
STATUS
approved