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.

A294716 Numbers that are the sum of 2 squares in exactly 5 ways.

This page as a plain text file.
%I A294716 #11 Nov 01 2019 22:22:12
%S A294716 4225,7225,8125,8450,10625,14450,16250,16900,18125,21025,21250,23125,
%T A294716 25625,28900,32500,33125,33800,34225,36250,38025,38125,42025,42050,
%U A294716 42500,45625,46250,48841,51250,55625,57800,60625,63125,65000,65025,66250,67600,68125
%N A294716 Numbers that are the sum of 2 squares in exactly 5 ways.
%H A294716 Robert Price, <a href="/A294716/b294716.txt">Table of n, a(n) for n = 1..103</a>
%H A294716 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a>
%t A294716 Select[Range[10000], Length[PowersRepresentations[#, 2, 2]] == 5 &]
%Y A294716 Cf. A000443, A022544.
%K A294716 nonn
%O A294716 1,1
%A A294716 _Robert Price_, Nov 07 2017
%E A294716 Updated Mathematica program to Version 11. by _Robert Price_, Nov 01 2019