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!)
A260565 Numbers n such that (n^59+1)/(n+1) is prime. 1
6, 9, 25, 46, 89, 92, 109, 133, 136, 140, 167, 173, 213, 239, 255, 277, 337, 350, 359, 553, 554, 586, 594, 599, 639, 692, 710, 815, 860, 864, 1015, 1030, 1050, 1094, 1106, 1110, 1112, 1195, 1199, 1211, 1216, 1260, 1347, 1363, 1370, 1459, 1476, 1477, 1507, 1541 (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[(#^59 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^59+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^59 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A260168 A093153 A115646 * A115644 A243708 A300345
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 September 11 01:27 EDT 2024. Contains 375813 sequences. (Running on oeis4.)