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.

A093576 Smallest prime of the form n^j+(n+1)^k, with j,k integer, min(j,k)>1.

This page as a plain text file.
%I A093576 #2 Mar 31 2012 10:29:04
%S A093576 5,13,43,41,61,379,113,593,181,14741,16369,313,2393,421,3631,83777,
%T A093576 613,105337,761,9661,205129,1013,12743,1201,1301,20359,1146097,615497,
%U A093576 1741,1861,1049537,2113,2522257,2381,2521,51949,3959297,56393,3121,2561681
%N A093576 Smallest prime of the form n^j+(n+1)^k, with j,k integer, min(j,k)>1.
%e A093576 a(3)=43 because 3^3+4^2=43 is prime, whereas 3^2+4^2=25 is composite.
%Y A093576 Cf. A027862 primes of the form n^2+(n+1)^2, A093574, A093575.
%K A093576 nonn
%O A093576 1,1
%A A093576 _Hugo Pfoertner_, Apr 01 2004