cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A215433 Numbers n such that n^512 + (n+1)^512 is a prime.

This page as a plain text file.
%I A215433 #14 Aug 03 2024 19:43:07
%S A215433 59,864,1455,1723,2118,2172,2460,2851,2916,2971,3193,3476,3747,3782,
%T A215433 3795
%N A215433 Numbers n such that n^512 + (n+1)^512 is a prime.
%t A215433 Select[Range[0, 4000], PrimeQ[#^512 + (# + 1)^512] &]
%t A215433 Position[Partition[Range[3800]^512,2,1],_?(PrimeQ[Total[#]]&)]//Flatten (* _Harvey P. Dale_, Aug 03 2024 *)
%Y A215433 Cf. A027861, A153504, A154535, A155211, A174156, A174157, A215431, A215432.
%K A215433 nonn,easy
%O A215433 1,1
%A A215433 _Vincenzo Librandi_, Aug 31 2012