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!)
A074267 Primes of form p^n + k, where p is prime, n>1 and 0<k<p. 3
5, 11, 17, 29, 53, 83, 127, 131, 173, 179, 181, 257, 293, 347, 349, 367, 373, 379, 541, 547, 853, 857, 859, 863, 967, 971, 977, 983, 991, 1373, 1381, 1399, 1693, 1697, 1699, 1709, 1721, 1861, 1867, 1871, 1873, 1877, 1879, 1889, 2203, 2207, 2213, 2221, 2237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The representation is not unique: a(7)=127=5^3+2=11^2+5.
A138363(A049084(a(n))) > 0.
LINKS
MATHEMATICA
lst = {}; Do[q = p^n + k; If[ PrimeQ@p && PrimeQ@q, AppendTo[lst, q]], {p, 2, 50}, {k, p - 1}, {n, 2, Log[p, 3000]}]; Take[ Union@ lst, 49] (* Robert G. Wilson v, Sep 22 2007 *)
CROSSREFS
Sequence in context: A331946 A162336 A234346 * A268518 A268521 A230138
KEYWORD
nonn,nice
AUTHOR
Reinhard Zumkeller, Sep 20 2002
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 19 04:29 EDT 2024. Contains 371782 sequences. (Running on oeis4.)