A113767 Values of the exponents in A084435.
0, 1, 2, 1, 5, 1, 1, 29, 3, 37, 31, 227, 835, 115, 7615, 6071, 218431
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Sierpinski Number of the Second Kind.
Programs
-
PARI
a=2;for(x=1,16,for(k=0,1000000,p=2^k*a+1;if(isprime(p),print(k);break));a=p)
Extensions
a(16)-a(17) from Harsh R. Aggarwal, Apr 11 2018
Comments