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!)
A104071 Primes of the form 2^k + 27. 2

%I #14 Nov 08 2023 12:43:09

%S 29,31,43,59,283,1051,8219,16411,65563,1099511627803,2199023255579,

%T 17592186044443,77371252455336267181195291,

%U 1298074214633706907132624082305051

%N Primes of the form 2^k + 27.

%F a(n) = 2^A157007(n) + 27. - _Elmo R. Oliveira_, Nov 08 2023

%t a = Delete[Union[Flatten[Table[If [PrimeQ[2^n + 27] == True, 2^n + 27, 0], {n, 1, 400}]]], 1]

%o (Magma) [ a: n in [0..750] | IsPrime(a) where a is 2^n+27]; // _Vincenzo Librandi_, Nov 13 2010

%Y Cf. A000040, A157007.

%K nonn

%O 1,1

%A _Roger L. Bagula_, Mar 02 2005

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 April 24 13:38 EDT 2024. Contains 371957 sequences. (Running on oeis4.)