login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162861 Primes of the form n^10 + n^9 + n^8 + n^7 + n^6 + n^5 + n^4 + n^3 + n^2 + n + 1. 11
11, 12207031, 2141993519227, 10778947368421, 17513875027111, 610851724137931, 178250690949465223, 614910264406779661, 22390512687494871811, 2346320474383711003267, 22793803793211153712637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding n is given in A162862. This sequence lists primes of the form Phi(11,k), where Phi(11,k) = (k^11 - 1)/(k - 1) is the eleventh cyclotomic polynomial. - Jianing Song, Sep 05 2018
LINKS
MATHEMATICA
Select[Table[Total[n^Range[0, 10]], {n, 200}], PrimeQ] (* Harvey P. Dale, Feb 06 2015 *)
PROG
(PARI) print1(11); for(n=2, 1000, k=(n^11-1)/(n-1); if(isprime(k), print1(", "k)))
CROSSREFS
Sequence in context: A083443 A174089 A351239 * A022011 A175889 A347849
KEYWORD
nonn
AUTHOR
EXTENSIONS
Program by Charles R Greathouse IV, Oct 12 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)