cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A160032 Primes of the form 2^(2^k)+93.

This page as a plain text file.
%I A160032 #24 Aug 04 2025 03:38:17
%S A160032 97,109,349,65629,4294967389,18446744073709551709
%N A160032 Primes of the form 2^(2^k)+93.
%C A160032 Terms given correspond to k = 1, 2, 3, 4, 5 and 6.
%C A160032 Next term >= 2^2^24 + 93. - _Charles R Greathouse IV_, Jun 07 2016
%p A160032 select(isprime,[seq(2^(2^n)+93, n=0..15)]); # _Robert Israel_, Jun 07 2016
%t A160032 Select[Table[2^(2^n) + 93, {n, 0, 15}], PrimeQ] (* _Vincenzo Librandi_, Jun 07 2016 *)
%o A160032 (PARI) g(n,m) = for(x=0,n,y=2^(2^x)+m;if(ispseudoprime(y),print1(y",")))
%o A160032 (Magma) [a: n in [0..15] | IsPrime(a) where a is 2^(2^n)+93]; // _Vincenzo Librandi_, Jun 07 2016
%Y A160032 Cf. A019434, A160027, A160028, A160029, A160030, A160033, A160034.
%Y A160032 Cf. similar sequences listed in A273547.
%K A160032 nonn
%O A160032 1,1
%A A160032 _Cino Hilliard_, Apr 30 2009