Thanks to everyone who made a donation during our annual appeal! To see the list of donors, or make a donation, see the OEIS Foundation home page.
1,1
Subsequence of A144487.
Vincenzo Librandi, Table of n, a(n) for n = 1..26
Select[Table[4^n + 15, {n, 1, 200}], PrimeQ]
(MAGMA) [a: n in [1..70] | IsPrime(a) where a is 4^n+15];
Cf. A144487.
Sequence in context: A106861 A107168 A243450 * A240126 A125602 A139847
Adjacent sequences: A237415 A237416 A237417 * A237419 A237420 A237421
nonn,easy
Vincenzo Librandi, Feb 22 2014
approved