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.

A107961 Pythagorean semiprimes: products of two Pythagorean primes (A002313).

This page as a plain text file.
%I A107961 #5 Feb 16 2025 08:32:57
%S A107961 4,10,25,26,34,58,65,74,82,85,106,122,145,146,169,178,185,194,202,205,
%T A107961 218,221,226,265,274,289,298,305,314,346,362,365,377,386,394,445,458,
%U A107961 466,481,482,485,493,505,514,533,538,545,554,562,565,586,626,629,634
%N A107961 Pythagorean semiprimes: products of two Pythagorean primes (A002313).
%C A107961 Fermat's 4n+1 theorem, sometimes called Fermat's two-square theorem or simply "Fermat's theorem," states that a prime number p can be represented in an essentially unique manner (up to the order of addends) in the form x^2 + y^2 for integer x and y iff p = 1 (mod 4) or p = 2 (which is a degenerate case with x = y = 1). The theorem was stated by Fermat, but the first published proof was by Euler.
%D A107961 Conway, J. H. and Guy, R. K. The Book of Numbers. New York: Springer-Verlag, pp. 146-147 and 220-223, 1996.
%D A107961 Hardy, G. H. and Wright, E. M. An Introduction to the Theory of Numbers, 5th ed. Oxford, England: Clarendon Press, pp. 13 and 219, 1979.
%D A107961 Seroul, R. "Prime Number and Sum of Two Squares." Section 2.11 in Programming for Mathematicians. Berlin: Springer-Verlag, pp. 18-19, 2000.
%H A107961 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Fermats4nPlus1Theorem.html">Fermat's 4n Plus 1 Theorem.</a>
%H A107961 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Semiprime.html">Semiprime.</a>
%F A107961 {a(n)} = {p*q: p and q both elements of A002313} = {p*q: p and q both of form m^2 + n^2 for integers m, n}.
%Y A107961 Cf. A001358, A002313, A002330, A002331.
%K A107961 easy,nonn
%O A107961 1,1
%A A107961 _Jonathan Vos Post_, Jun 12 2005