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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125263 Numbers n such that n^k + k - 1 is prime, k=8. 2
0, 2, 4, 10, 66, 68, 86, 88, 134, 146, 200, 216, 250, 276, 306, 310, 410, 422, 472, 492, 506, 516, 538, 548, 550, 594, 638, 716, 746, 758, 862, 888, 942, 954, 964, 982, 992, 998, 1000, 1016, 1020, 1034, 1108, 1164, 1192, 1234, 1338, 1342, 1350, 1374, 1390 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Carmine Suriano, Table of n, a(n) for n = 1..4683

MATHEMATICA

lst={}; k=8; Do[If[PrimeQ[n^k+k-1], AppendTo[lst, n]], {n, 0, 10^4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 10 2008]

CROSSREFS

Cf. A000040 (k=1), A005574 (k=2), A067200 (k=3), A125259-A125265 (k=4-11).

Sequence in context: A000613 A053500 A080090 * A120402 A110073 A090256

Adjacent sequences:  A125260 A125261 A125262 * A125264 A125265 A125266

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Nov 26 2006

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 17 13:28 EST 2012. Contains 206031 sequences.