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.

A164064 Prime p2 of the sequence A164063: a^b - c^d = p1 (A164063), where a, b, c, d are primes and a + b + c + d = p2, where p2 is prime and conc(abcd) = p3 (concatenation of a, b, c , d) is also prime (A164065).

This page as a plain text file.
%I A164064 #4 Mar 31 2012 10:22:38
%S A164064 17,11,47,43,53,29,29
%N A164064 Prime p2 of the sequence A164063: a^b - c^d = p1 (A164063), where a, b, c, d are primes and a + b + c + d = p2, where p2 is prime and conc(abcd) = p3 (concatenation of a, b, c , d) is also prime (A164065).
%e A164064 2^7 - 5^3 = 3, 2 + 7 + 5 + 3 = 17, conc (abcd) = 2753; 3^3 - 2^3 = 19, 3 + 3 + 2 + 3 = 11, conc (abcd) = 3323; 31^3 - 2^11 = 27743, 31 + 3 + 2 + 11 = 47, conc (abcd) = 313211; 31^3 - 2^7 = 29663, 31 + 3 + 2 + 7 = 43, conc (abcd) = 31327;
%K A164064 nonn,base
%O A164064 1,1
%A A164064 _Oleg Zyakun_, Aug 12 2009