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.

A281570 Numbers n such that (n+1)^k + (-n)^k is prime for each k = 2, 3, 4, 5, 7, and 8.

This page as a plain text file.
%I A281570 #47 Mar 23 2017 20:31:54
%S A281570 1,9387629,18276717,40036062,252447645,293291802,319596455,327091015,
%T A281570 401241904,421675344,471333967,483656680,1059439524,1162179372,
%U A281570 1651177394,2339341839,2423329650,2596829984,2749510742,2903809499,2941064795,2956438949
%N A281570 Numbers n such that (n+1)^k + (-n)^k is prime for each k = 2, 3, 4, 5, 7, and 8.
%C A281570 For k = 6 and 9, (n+1)^k + (-n)^k is always composite (i.e. (n+1)^6 + (-n)^6 = (2*n^2+2*n+1)*(n^4+2*n^3+5*n^2+4*n+1), (n+1)^9 + (-n)^9 = (3*n^2+3*n+1)*(3*n^6+9*n^5+18*n^4+21*n^3+15*n^2+6*n+1)).
%e A281570 9387629 is a term because 9387630^3 - 9387629^3, 9387630^5 - 9387629^5, 9387630^7 - 9387629^7 and 9387629^2 + 9387630^2, 9387629^4 + 9387630^4, 9387629^8 + 9387630^8 are prime numbers.
%Y A281570 Cf. A027862, A128780.
%K A281570 nonn
%O A281570 1,2
%A A281570 _Altug Alkan_ and _Thomas Ordowski_, Feb 27 2017