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!)
A177094 Primes of the form 3^(2n) - 8. 2

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

%S 73,6553,4782961,3486784393,31381059601,381520424476945831628649898801

%N Primes of the form 3^(2n) - 8.

%H Vincenzo Librandi, <a href="/A177094/b177094.txt">Table of n, a(n) for n = 1..10</a>

%t Select[Table[(3^(2 n) - 2^3), {n, 1, 200}], PrimeQ] (* _Vincenzo Librandi_, Jan 03 2014 *)

%o (Magma) [a: n in [1..200] | IsPrime(a) where a is(3^(2*n)-2^3)];

%Y Cf. A177093.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Nov 15 2010

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)