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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154935 Numbers n such that n^7-2 is prime. 3
7, 15, 25, 87, 91, 99, 199, 211, 265, 337, 357, 361, 367, 405, 501, 511, 537, 595, 627, 685, 697, 771, 805, 841, 847, 861, 889, 931, 939, 979, 1035, 1047, 1081, 1125, 1135, 1177, 1225, 1231, 1287, 1315, 1321, 1387, 1425, 1497, 1501, 1627, 1741, 1795, 1807 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=n^7-2; If[PrimeQ[p], AppendTo[lst, n]], {n, 0, 7!}]; lst

PROG

(MAGMA) [n: n in [1..500]|IsPrime(n^7-2)] [From V. Librandi, Nov 26 2010]

CROSSREFS

Cf. A028870, A038599, A154831, A154832, A154833, A154834, A154933, A154934

Sequence in context: A076796 A056119 A082111 * A012480 A063611 A146624

Adjacent sequences:  A154932 A154933 A154934 * A154936 A154937 A154938

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 17 2009

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 17:11 EST 2012. Contains 205938 sequences.