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!)
A155023 Values of n such that n^a-+a are primes, a=11. 0
0, 1770, 10182, 11700, 12090, 16548, 24192, 27570, 29142, 29148, 60648, 62790, 63120, 97110, 104502, 115140, 116718, 119682, 122130, 127728, 147210, 151848, 170292, 189318, 190452, 192738 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a={}; Do[m=n^11; If[PrimeQ[m-11]&&PrimeQ[m+11], AppendTo[a, n]], {n, 0, 9!}]; a
Select[Range[0, 200000], And@@PrimeQ[#^11+{11, -11}]&] (* Harvey P. Dale, Jun 20 2013 *)
CROSSREFS
Sequence in context: A206201 A237900 A221118 * A176478 A187132 A185836
KEYWORD
nonn
AUTHOR
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 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)