|
| |
|
|
A121617
|
|
Indices n such that Nexus numbers of order 5 (or A022521[n-1] = n^5 - (n-1)^5) are primes.
|
|
2
| |
|
|
2, 3, 6, 11, 17, 20, 25, 28, 31, 32, 35, 36, 42, 45, 47, 55, 58, 65, 67, 76, 79, 86, 88, 89, 100
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Corresponding Nexus Primes of order 5 (or primes of form n^5 - (n-1)^5 = A022521[n-1]) are listed in A121616[n] = {31,211,4651,61051,371281,723901,1803001,2861461,...}.
|
|
|
MAPLE
| Do[np5=n^5 - (n-1)^5; If[PrimeQ[np5], Print[n]], {n, 1, 100}]
|
|
|
CROSSREFS
| Cf. A022521, A121616, A121618, A121619, A121620.
Sequence in context: A138520 A138519 A049794 * A157656 A059100 A131512
Adjacent sequences: A121614 A121615 A121616 * A121618 A121619 A121620
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 10 2006
|
| |
|
|