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.

A214175 Primes of the form x^3 + y^3 + 1, where x and y are primes.

This page as a plain text file.
%I A214175 #39 Apr 23 2013 11:13:45
%S A214175 17,251,2663,3529,5039,8191,12511,13499,24733,29303,29819,29917,31123,
%T A214175 31249,41959,48779,54181,71119,75781,79633,84421,98713,128213,148429,
%U A214175 150209,173267,212239,229769,235171,256033,274301,295903,300889,312931,325153
%N A214175 Primes of the form x^3 + y^3 + 1, where x and y are primes.
%C A214175 Each term in the sequence is in the form p1 = p2^3 + p3^3 + 1, where p1, p2 and p3 are all prime numbers.
%C A214175 There are 190 terms in the sequence < 10^7; a(190) = 137^3 + 193^3 + 1 = 9760411.
%H A214175 Christian N. K. Anderson, <a href="/A214175/b214175.txt">Table of n, a(n) for n = 1..5000</a>
%e A214175 41959 is in the sequence because 41959 = 23^3 + 31^3 +1, and 41959, 23, and 31 are all prime numbers.
%Y A214175 Cf. A024670 (sum of cubes).
%Y A214175 Cf. A217718 (primes one less than the sum of two primes cubed).
%K A214175 nonn
%O A214175 1,1
%A A214175 _Kevin L. Schwartz_ and _Christian N. K. Anderson_, Mar 21 2013