%I #11 Aug 01 2023 15:32:35
%S 11,1013,16369,65519,67108837,1125899906842573,72057594037927879,
%T 1180591620717411303353,83076749736557242056487941267521419
%N Primes of the form A000295(k) = 2^k - k - 1.
%C The next term a(10) = 2^2072-2073 has 624 decimal digits.
%C a(11) has 1882 decimal digits. - _Vincenzo Librandi_, Jul 18 2012
%H Vincenzo Librandi, <a href="/A099440/b099440.txt">Table of n, a(n) for n = 1..10</a>
%e a(2) = 1013 because A000295(A099439(2)) = 2^10 - 10 - 1 is prime.
%t Select[Table[2^n-n-1,{n,0,7000}],PrimeQ] (* _Vincenzo Librandi_, Jul 18 2012 *)
%o (Magma) [ a: n in [1..200] | IsPrime(a) where a is 2^n-n-1 ]; // _Vincenzo Librandi_, Jul 18 2012
%Y Cf. A000295 2^n-n-1 (column 2 of the Eulerian numbers), A099439 2^n-n-1 is prime, A099441 2^n-n-1 is a semiprime, A099442 semiprimes in A000295.
%K nonn
%O 1,1
%A _Hugo Pfoertner_, Oct 18 2004