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!)
A260572 Numbers n such that (n^89+1)/(n+1) is prime. 2
16, 20, 93, 195, 227, 325, 465, 758, 888, 911, 1075, 1301, 1590, 1640, 1783, 1807, 2168, 2204, 2231, 2376, 2528, 2591, 2627, 2648, 2909, 2959, 3063, 3109, 3650, 3688, 3709, 3784, 3910, 3943, 4132, 4162, 4385, 4417, 4443, 4613, 5183, 5465, 5574, 5750, 5854, 5975 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tim Johannes Ohrtmann, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[1, 10000], PrimeQ[(#^89 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^89+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^89 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A152022 A213241 A219395 * A240038 A188242 A103330
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 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)