login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160030 Primes of the form 2^(2^n)+385. 5

%I #16 Sep 08 2022 08:45:44

%S 389,401,641,65921,4294967681,340282366920938463463374607431768211841

%N Primes of the form 2^(2^n)+385.

%C Terms given correspond to n= 1, 2, 3, 4, 5 and 7.

%C Next term >= 2^2^20 + 385. - _Vincenzo Librandi_, Jun 07 2016

%C Next term >= 2^2^33 + 385. - _Charles R Greathouse IV_, Jun 07 2016

%t Select[Table[2^(2^n) + 385, {n, 0, 20}], PrimeQ] (* _Vincenzo Librandi_, Jun 07 2016 *)

%o (PARI) g(n,m) = for(x=0,n,y=2^(2^x)+m;if(ispseudoprime(y),print1(y",")))

%o (Magma) [a: n in [0..15] | IsPrime(a) where a is 2^(2^n)+385]; // _Vincenzo Librandi_, Jun 07 2016

%Y Cf. A019434, A160027, A160028, A160029, A160032, A160033, A160034.

%Y Cf. similar sequences listed in A273547.

%K nonn

%O 1,1

%A _Cino Hilliard_, Apr 30 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 1 19:22 EDT 2024. Contains 374817 sequences. (Running on oeis4.)