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!)
A260567 Numbers n such that (n^67+1)/(n+1) is prime. 1
5, 10, 23, 33, 40, 54, 193, 326, 330, 364, 375, 382, 388, 404, 438, 449, 562, 625, 626, 683, 700, 765, 797, 807, 1001, 1017, 1136, 1181, 1216, 1242, 1249, 1254, 1286, 1386, 1412, 1482, 1581, 1656, 1748, 1832, 1873, 1921, 2017, 2038, 2061, 2166, 2193, 2204, 2253 (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[(#^67 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^67+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^67 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A196240 A341638 A280002 * A257464 A295731 A175661
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)