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.

A165347 Primes which are sum of at least two consecutive fourth powers.

This page as a plain text file.
%I A165347 #11 Feb 03 2016 22:55:52
%S A165347 17,97,337,353,881,3697,7793,10657,16561,24979,37699,45377,49297,
%T A165347 66977,89041,149057,588737,721687,847601,988417,1146097,1146727,
%U A165347 1603073,1972097,1975333,2131937,2522257,2700979,2782097,2836961,3553777
%N A165347 Primes which are sum of at least two consecutive fourth powers.
%H A165347 Chai Wah Wu, <a href="/A165347/b165347.txt">Table of n, a(n) for n = 1..11423</a>
%e A165347 17=2^4+1^4, 97=3^4+2^4, ...
%e A165347 37699 = 7^4 +..+ 11^4, .. , 17351662206054298079 = 27563^4 +..+ 27592^4. - _Chai Wah Wu_, Feb 02 2016
%t A165347 lst={};Do[p=m^4;Do[p+=n^4;If[PrimeQ[p]&&p<=9767999,AppendTo[lst,p]],{n,m+1,6!,1}],{m,6!}];Union@lst
%Y A165347 Cf. A163251.
%Y A165347 Subsequence of A217844. - _Chai Wah Wu_, Jan 29 2016
%K A165347 nonn
%O A165347 1,1
%A A165347 _Vladimir Joseph Stephan Orlovsky_, Sep 15 2009