A087126 Primes of the form p^k - p^(k-1) + 1 for some prime p and integer k > 1.
3, 5, 7, 17, 19, 43, 101, 157, 163, 257, 487, 1459, 2029, 4423, 6163, 14407, 19183, 22651, 23549, 26407, 37057, 39367, 62501, 65537, 77659, 113233, 121453, 143263, 208393, 292141, 342733, 375157, 412807, 527803, 564899, 590593, 697049, 843643
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Totient Function
- Eric Weisstein's World of Mathematics, Totient Valence Function
Crossrefs
Programs
-
Mathematica
lst={}; maxNum=10^6; n=1; While[p=Prime[n]; p^2-p+1
Comments