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.

A215432 Numbers n such that n^256+(n+1)^256 is a prime.

This page as a plain text file.
%I A215432 #16 Jan 17 2013 04:14:15
%S A215432 85,86,157,190,195,421,504,539,621,895,1018,1159,1314,1463,1482,1538,
%T A215432 1959,2036,2368,2537,2618,2651,3085,3148,3205,3230,3347,3370,3807,
%U A215432 4061,4089,4448,4641,4697,4723,4851,4945
%N A215432 Numbers n such that n^256+(n+1)^256 is a prime.
%t A215432 Select[Range[5000], PrimeQ[#^256 + (# + 1)^256] &];
%Y A215432 Cf. A027861, A153504, A154535, A155211, A174156, A174157, A215431.
%K A215432 nonn,easy
%O A215432 1,1
%A A215432 _Vincenzo Librandi_, Aug 31 2012