The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A109315 Numbers n such that prime(n) - n is a prime power. 2
12, 15, 38, 39, 118, 152, 190, 258, 462, 690, 746, 1396, 1632, 2119, 3370, 4522, 4600, 7520, 15006, 24222, 33156, 34038, 51372, 52342, 64638, 77470, 90790, 101946, 104670, 156772, 166822, 167700, 175818, 194092, 200022, 229630, 246208, 328462, 362440, 372882 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
prime(n) - n = q^k, q is prime and k_Integer >= 2.
EXAMPLE
690 is OK because prime(690)-690 = 5179-690 = 4489 = 67^2, 67 is prime.
MATHEMATICA
lst = {}; fQ[n_] := Block[{pf=FactorInteger[n]}, (2-Length[pf])(pf[[1, 2]]-1) > 0]; Do[ If[ fQ[Prime[n] - n], Print[n]; AppendTo[lst, n]], {n, 3, 362439}]; lst
CROSSREFS
Cf. A025475 = powers of a prime but not prime, also nonprime n such that sigma(n)*phi(n)>(n-1)2; A107712 = values of q, A107713 = values of k; A107714 = values of prime(A109315(n)).
Cf. A083240.
Sequence in context: A365850 A277082 A087098 * A024875 A152190 A330367
KEYWORD
nonn
AUTHOR
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 May 27 15:32 EDT 2024. Contains 372868 sequences. (Running on oeis4.)