login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053705 Primes p of form q^k-2 where q is also a prime and k > 0. 2
2, 7, 23, 47, 79, 167, 241, 359, 727, 839, 1367, 1847, 2207, 2399, 3719, 5039, 6857, 7919, 10607, 11447, 14639, 16127, 17159, 19319, 19681, 28559, 29789, 29927, 36479, 44519, 49727, 50651, 54287, 57119, 66047, 85847, 97967, 113567, 128879 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

79=3^4-2, 243=3^5-2.

MATHEMATICA

Do[s=2+Prime[n]; If[Equal[Length[FactorInteger[s]], 1]&&!PrimeQ[s], Print[s-2]], {n, 1, 100000}]

CROSSREFS

Cf. A025475.

Sequence in context: A049572 A094786 A028871 * A049001 A049002 A195629

Adjacent sequences:  A053702 A053703 A053704 * A053706 A053707 A053708

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Feb 14 2000

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 14:37 EST 2012. Contains 205930 sequences.