A102904 Primes of the form 3^k + 20.
23, 29, 47, 101, 263, 2207, 6581, 59069, 177167, 4782989, 984770902183611232901, 174449211009120179071170527, 278128389443693511257285776231781, 7509466514979724803946715958257567
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..23
Programs
-
Magma
[ a: n in [0..100] | IsPrime(a) where a is 3^n+20 ]; // Vincenzo Librandi, Jul 19 2012
-
Mathematica
Select[Table[3^n+20, {n,0,200}],PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
Formula
a(n) = 3^A219040(n) + 20. - Elmo R. Oliveira, Nov 12 2023
Comments