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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053702 Odd prime powers p^w (w>1) such that p^w+2 is prime. 3
9, 27, 81, 125, 6561, 24389, 59049, 161051, 357911, 571787, 1442897, 4782969, 5177717, 14348907, 18191447, 30080231, 73560059, 80062991, 118370771, 127263527, 131872229, 318611987, 344472101, 440711081, 461889917, 590589719 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A025475(n)+2 is prime

EXAMPLE

Examples: powers of 3 like 9,27,81,6561,59049; powers of 5 like 125; others like 23^3=24389, 71^3=357911, 83^3=571787, 11^5=161051, ...

MATHEMATICA

Table[Do[s=2+Prime[w]^n; If[PrimeQ[s]&&!Greater[s, 10000000000], Print[s]], {n, 2, 35}], {w, 1, 1000}]

CROSSREFS

Cf. A025475, A053704.

Sequence in context: A198956 A110205 A135415 * A036314 A036317 A053762

Adjacent sequences:  A053699 A053700 A053701 * A053703 A053704 A053705

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 21:51 EST 2012. Contains 205978 sequences.