login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099228 Primes of the form m^k-k, with m and k > 1. 4
2, 5, 7, 23, 47, 61, 79, 167, 223, 359, 439, 503, 509, 727, 839, 997, 1019, 1087, 1223, 1367, 1847, 2207, 2399, 2741, 3023, 3719, 3967, 4093, 4759, 5039, 5623, 5927, 6553, 7919, 8179, 8647, 10607, 11447, 13687, 14159, 14639, 15619, 16127, 17159, 17573 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It appears that primes of this form are much more common than primes of the form m^k+k (A099227).
LINKS
MATHEMATICA
nLim=32000; lst={}; Do[k=2; While[n=m^k-k; n<=nLim, AppendTo[lst, n]; k++ ], {m, 2, Sqrt[nLim]}]; Select[Union[lst], PrimeQ]
CROSSREFS
Cf. A057897 (numbers of the form m^k-k, with m and k > 1), A084746 (least k such that n^k-k is prime).
Cf. A099227.
Sequence in context: A256247 A243595 A103807 * A182474 A106018 A188499
KEYWORD
nonn
AUTHOR
T. D. Noe, Oct 06 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)