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!)
A260571 Numbers n such that (n^83+1)/(n+1) is prime. 2
49, 75, 458, 471, 634, 734, 798, 809, 932, 1139, 1268, 1400, 1498, 1963, 1989, 2112, 2177, 2233, 2252, 2349, 2365, 2446, 2729, 2841, 2861, 2887, 3013, 3048, 3239, 3262, 3403, 3464, 3703, 3855, 3883, 4534, 5147, 5189, 5523, 5611, 5778, 6041, 6200, 6336, 6682, 7068 (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[(#^83 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^83+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^83 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A112074 A112057 A350182 * A038510 A063163 A345356
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)