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!)
A174157 Numbers n such that n^64+(n+1)^64 is a prime. 9
95, 302, 443, 546, 755, 850, 878, 962, 983, 988, 1014, 1026, 1349, 1433, 1541, 1711, 1735, 1897, 1901, 1958, 1961, 1966, 2052, 2058, 2070, 2096, 2142, 2167, 2170, 2208, 2333, 2421, 2471, 2490, 2503, 2527, 2571, 2637, 2643, 2813, 2820, 2885, 2994 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[If[PrimeQ[n^64+(n+1)^64], AppendTo[lst, n]], {n, 3000}]; lst (* Vincenzo Librandi_, Aug 31 2012 *)
Position[Total/@Partition[Range[3000]^64, 2, 1], _?(PrimeQ[#]&)]//Flatten (* Harvey P. Dale, Aug 01 2021 *)
PROG
(Magma) [n: n in [0..2000] | IsPrime(n^64+(n+1)^64)]
CROSSREFS
Sequence in context: A051400 A225931 A008875 * A200882 A217133 A055823
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 10 2010
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 August 12 10:56 EDT 2024. Contains 375092 sequences. (Running on oeis4.)