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

 


A211184
Numbers k such that (k+1)^11 - k^11 is prime.
6
5, 7, 9, 13, 34, 40, 63, 69, 85, 168, 170, 183, 207, 223, 247, 275, 291, 306, 322, 337, 344, 352, 381, 391, 397, 400, 404, 469, 473, 492, 570, 574, 579, 590, 597, 673, 680, 696, 736, 764, 786, 805, 827, 890, 915, 947, 1006, 1023, 1025, 1039
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[(# + 1)^11 - #^11] &] (* T. D. Noe, Feb 04 2013 *)
PROG
(PARI) isok(k) = isprime((k+1)^11 - k^11); \\ Michel Marcus, Mar 12 2022
CROSSREFS
Cf. A008455 (11th powers), A189055 (resulting primes).
Sequence in context: A097280 A155732 A218851 * A350666 A327307 A029606
KEYWORD
nonn,easy
AUTHOR
Vladimir Pletser, Feb 02 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 18:03 EDT 2024. Contains 376178 sequences. (Running on oeis4.)