A144245 Prime numbers of the form 9^k +- 8.
17, 73, 89, 6553, 6569, 4782961, 4782977, 3486784393, 3486784409, 31381059601, 1350851717672992097, 984770902183611232889, 381520424476945831628649898801, 969773729787523602876821942164080815560169, 145557834293068928043467566190278008218249525830565939618489
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..21 (terms 1..20 from Harvey P. Dale)
Programs
-
Mathematica
Select[Union[Flatten[#+{8,-8}&/@(9^Range[100])]],PrimeQ] (* Harvey P. Dale, Oct 24 2012 *)
Extensions
Two additional terms from Harvey P. Dale, Oct 24 2012