A319216 Numbers k such that k^2 + 1 divides 2^k + 2.
0, 1, 3, 15, 79, 511, 4095, 6735, 65535, 2097151, 16777215, 75955411, 68719476735, 137438953471
Offset: 1
Programs
-
PARI
isok(n)=Mod(2, n^2+1)^n==-2;
Extensions
a(13) from Hiroaki Yamanouchi, Sep 14 2018
a(14) from Giovanni Resta, Sep 17 2018
Comments