login
This site is supported by donations 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. 1
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 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

prime(n) - n = q^k, q is prime and k_Integer >= 2.

EXAMPLE

690 is OK because prime(690)-690=5179-690=4489=672, 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)).

Sequence in context: A161917 A065150 A087098 * A024875 A152190 A079322

Adjacent sequences:  A109312 A109313 A109314 * A109316 A109317 A109318

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 22 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.