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!)
A260570 Numbers n such that (n^79+1)/(n+1) is prime. 1
2, 20, 22, 35, 47, 72, 109, 133, 184, 211, 226, 259, 352, 470, 559, 720, 785, 800, 823, 842, 895, 1003, 1145, 1172, 1213, 1291, 1318, 1375, 1441, 1453, 1460, 1461, 1467, 1477, 1604, 1608, 1637, 1654, 1695, 1703, 1807, 1831, 1834, 1903, 1948, 2035, 2060, 2065 (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[(#^79 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^79+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^79 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A319953 A111193 A136906 * A022372 A322964 A112405
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 May 11 16:51 EDT 2024. Contains 372410 sequences. (Running on oeis4.)