1,1
The sequence of the corresponding n starts 0, 1, 2, 4, 5, 6, 10, 14, 16, 25, 50, 54, 66, 76, 109, 124, 129, 154, 201, 210, 225, 324, 844, 1444, 2529, 3029, 3292, 3340, ... [Joerg Arndt, Jul 19 2012]
Vincenzo Librandi, Table of n, a(n) for n = 1..23
Select[Table[3^n+28, {n, 0, 1000}], PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
(Magma) [ a: n in [0..100] | IsPrime(a) where a is 3^n+28 ]; // Vincenzo Librandi, Jul 19 2012
Sequence in context: A050656 A050667 A288879 * A178456 A069453 A104071
Adjacent sequences: A102903 A102904 A102905 * A102907 A102908 A102909
nonn
Roger L. Bagula, Mar 01 2005
a(1) added by Vincenzo Librandi, Jul 19 2012
approved