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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125264 Numbers n such that n^k + k - 1 is prime, k=10. 2
2, 8, 238, 310, 338, 442, 542, 688, 698, 872, 920, 1198, 1330, 1382, 1538, 1558, 1678, 1702, 1712, 1768, 1882, 2032, 2080, 2102, 2260, 2312, 2408, 2440, 2540, 2642, 3112, 3170, 3188, 3268, 3320, 3580, 3740, 3742, 3770, 3980, 4028, 4048, 4148, 4292, 4472 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

MATHEMATICA

lst={}; k=10; 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: A013344 A091503 A009588 * A028985 A067583 A120378

Adjacent sequences:  A125261 A125262 A125263 * A125265 A125266 A125267

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 19:13 EST 2012. Contains 206085 sequences.