A144360 Primes of the form 8^k + 7. Also, primes of the form 64^m + 7.
71, 262151, 1073741831, 302231454903657293676551, 85070591730234615865843651857942052871, 23945242826029513411849172299223580994042798784118791, 25711008708143844408671393477458601640355247900524685364822023
Offset: 1
Keywords
Examples
71 - 1 = 70 is the fourth triskaidecagonal number and seventh pentagonal number.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10
Crossrefs
Programs
-
Magma
[a: n in [0..80] | IsPrime(a) where a is 8^n+7]; // Vincenzo Librandi, Aug 02 2017
-
Mathematica
Select[64^Range[40]+7,PrimeQ] (* Harvey P. Dale, Sep 03 2015 *)
Formula
Extensions
Edited by Max Alekseyev, Feb 17 2011
Comments