A121938 Primes of the form (3^k + 5^k)/2^3 = A074606(k)/8.
19, 421, 10039, 95383574161, 2384331073699, 1925929944387235853055979210606894889560480247048440342330377620014353281101
Offset: 1
Crossrefs
Programs
-
Mathematica
Do[f=5^n+3^n;If[PrimeQ[f/2^3],Print[{n,f/2^3}]],{n,1,1231}] (* Alexander Adamchuk, Sep 14 2006 *)
Formula
Extensions
More terms from Alexander Adamchuk, Sep 14 2006
Comments