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!)
A102904 Primes of the form 3^k + 20. 2

%I #15 Nov 12 2023 09:31:14

%S 23,29,47,101,263,2207,6581,59069,177167,4782989,

%T 984770902183611232901,174449211009120179071170527,

%U 278128389443693511257285776231781,7509466514979724803946715958257567

%N Primes of the form 3^k + 20.

%C The sequence of the corresponding k starts 1, 2, 3, 4, 5, 7, 8, 10, 11, 14, 44, 55, 68, 71, 80, 123, 158, 213, 220, 272, 668, 725, 885, 1132, 1677, 2056, ... [_Joerg Arndt_, Jul 19 2012]

%H Vincenzo Librandi, <a href="/A102904/b102904.txt">Table of n, a(n) for n = 1..23</a>

%F a(n) = 3^A219040(n) + 20. - _Elmo R. Oliveira_, Nov 12 2023

%t Select[Table[3^n+20, {n,0,200}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *)

%o (Magma) [ a: n in [0..100] | IsPrime(a) where a is 3^n+20 ]; // _Vincenzo Librandi_, Jul 19 2012

%Y Cf. A000040, A000960, A219040 (corresponding k's).

%K nonn

%O 1,1

%A _Roger L. Bagula_, Mar 01 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 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)