A102874 Primes of the form 3^k + 14.
17, 23, 41, 257, 743, 19697, 59063, 847288609457, 57264168970223481226273458862846808078011946903, 16173092699229880893718618465586445357583280647840659957623
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..18
Programs
-
Magma
[ a: n in [0..200] | IsPrime(a) where a is 3^n+14 ]; // Vincenzo Librandi, Jul 19 2012
-
Mathematica
Select[Table[3^n+14,{n,0,200}],PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
Formula
a(n) = 3^A219035(n) + 14. - Elmo R. Oliveira, Nov 11 2023
Extensions
Edited by N. J. A. Sloane at the suggestion of Andrew S. Plewe, May 16 2007
Comments