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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121619 Indices n such that Nexus numbers of order 7 (A022523[n-1] = n^7 - (n-1)^7) are primes. 5
2, 4, 7, 8, 9, 10, 12, 17, 26, 33, 36, 39, 41, 49, 51, 55, 59, 66, 78, 79, 80, 88, 96, 98, 104, 113, 118, 120, 123, 135, 136, 142, 146, 156, 157, 160, 162, 173, 176, 194, 210, 219, 220, 221, 222, 224, 232, 234, 247, 281, 291, 297, 298, 305 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Corresponding Nexus Primes of order 7 (or primes of form A022523[n-1] = n^7 - (n-1)^7) are listed in A121618[n] = {127,14197,543607,1273609,2685817,5217031,16344637,141903217,...}.

MATHEMATICA

Do[np7=n^7 - (n-1)^7; If[PrimeQ[np7], Print[n]], {n, 1, 100}]

Do[np7=n^7 - (n-1)^7; If[PrimeQ[np7], Print[n]], {n, 1, 305}] - Carl R. White (oeisfan(AT)phodd.net), Feb 28 2008

CROSSREFS

Cf. A022523, A121619, A121618, A121616, A121620.

Sequence in context: A103254 A083454 A047542 * A167500 A010377 A194465

Adjacent sequences:  A121616 A121617 A121618 * A121620 A121621 A121622

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 10 2006

EXTENSIONS

More terms from Carl R. White (oeisfan(AT)phodd.net), Feb 28 2008

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