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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125261 Numbers n such that n^k + k - 1 is prime, k=6. 2
0, 18, 24, 114, 204, 216, 222, 246, 276, 312, 318, 372, 384, 426, 438, 468, 498, 582, 618, 654, 822, 888, 948, 984, 1182, 1188, 1272, 1278, 1284, 1374, 1446, 1536, 1674, 1782, 1788, 1794, 1806, 1812, 1896, 2034, 2058, 2088, 2124, 2154, 2232, 2238, 2376 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

MATHEMATICA

lst={}; k=6; 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: A105093 A162331 A092536 * A166646 A109144 A166471

Adjacent sequences:  A125258 A125259 A125260 * A125262 A125263 A125264

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 15 21:07 EST 2012. Contains 205856 sequences.