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!)
A260564 Numbers n such that (n^53+1)/(n+1) is prime. 1
10, 14, 40, 57, 111, 119, 406, 447, 475, 620, 646, 839, 848, 866, 909, 997, 1086, 1095, 1180, 1318, 1319, 1332, 1418, 1447, 1472, 1534, 1617, 1681, 1684, 1735, 1788, 1955, 2037, 2118, 2120, 2163, 2169, 2170, 2390, 2407, 2440, 2498, 2700, 2709, 2716, 2761, 2999 (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[(#^53 + 1)/(# + 1)] &]
PROG
(PARI) for(n=1, 10000, if(isprime((n^53+1)/(n+1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime((n^53 + 1) div (n + 1))]
CROSSREFS
Sequence in context: A192291 A144967 A328635 * A107126 A247091 A025122
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)