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.

A100274 Primes of the form a^5 + b^4 with a>0.

This page as a plain text file.
%I A100274 #7 Jan 20 2020 12:05:38
%S A100274 2,17,113,257,499,1297,4339,4421,10177,10243,16823,20903,65537,91297,
%T A100274 114641,160001,160243,176807,181787,234499,251063,251233,266027,
%U A100274 331777,348583,371549,409709,528673,614657,759631,763471,807281,824911,826807
%N A100274 Primes of the form a^5 + b^4 with a>0.
%H A100274 Chai Wah Wu, <a href="/A100274/b100274.txt">Table of n, a(n) for n = 1..10000</a>
%t A100274 lst={}; Do[p=a^5+b^4; If[PrimeQ[p], AppendTo[lst, p]], {a, 16}, {b, 32}]; Union[lst]
%Y A100274 Cf. A100294 (numbers of the form a^5 + b^4).
%K A100274 nonn
%O A100274 1,1
%A A100274 _T. D. Noe_, Nov 18 2004