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!)
A260573 Numbers n such that (n^97+1)/(n+1) is prime. 16
70, 121, 300, 317, 348, 404, 412, 460, 515, 605, 839, 843, 904, 953, 1130, 1148, 1342, 1466, 1674, 1779, 1855, 2080, 2108, 2193, 2466, 2519, 2597, 2633, 2697, 2756, 2793, 2799, 2846, 2877, 2899, 2929, 2952, 3081, 3244, 3283, 3300, 3315, 3636, 3730, 3739, 3833 (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[(#^97 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^97+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^97 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A004239 A357670 A185817 * A224672 A039542 A024748
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)