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.

A033204 Primes of form x^2 + 94*y^2.

This page as a plain text file.
%I A033204 #26 Jul 08 2025 19:43:50
%S A033204 103,263,383,401,457,601,719,823,967,1217,1319,1471,1553,1601,2129,
%T A033204 2351,2399,2593,2711,2729,2777,2791,2879,2903,3079,3119,3191,3343,
%U A033204 3433,3529,3673,3719,4327,4567,4583,4751,4831,4951,4967,5231,5233,5417,6287,6833,6857,6977,6983,7129,7207,7433
%N A033204 Primes of form x^2 + 94*y^2.
%D A033204 David A. Cox, "Primes of the Form x^2 + n y^2", Wiley, 1989.
%H A033204 Vincenzo Librandi and Ray Chandler, <a href="/A033204/b033204.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi]
%H A033204 N. J. A. Sloane et al., <a href="https://oeis.org/wiki/Binary_Quadratic_Forms_and_OEIS">Binary Quadratic Forms and OEIS</a> (Index to related sequences, programs, references)
%t A033204 QuadPrimes2[1, 0, 94, 10000] (* see A106856 *)
%o A033204 (Magma) [p: p in PrimesUpTo(8000) | NormEquation(94,p) eq true]; // _Bruno Berselli_, Jul 03 2016
%K A033204 nonn,easy
%O A033204 1,1
%A A033204 _N. J. A. Sloane_