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.

A139988 Primes of the form 8x^2+105y^2.

This page as a plain text file.
%I A139988 #16 Sep 08 2022 08:45:34
%S A139988 113,137,233,617,953,977,1913,2153,2297,2417,2633,2657,2753,3137,3257,
%T A139988 3593,3833,4337,4673,4817,4937,5153,5273,5657,6113,6353,6833,6857,
%U A139988 7193,7457,7673,7793,8297,8513,8537,9137,9377,9473,9857,10193,10313
%N A139988 Primes of the form 8x^2+105y^2.
%C A139988 Discriminant=-3360. See A139827 for more information.
%C A139988 Also primes of the form 32x^2+24xy+57y^2. See A140633. - _T. D. Noe_, May 19 2008
%H A139988 Vincenzo Librandi and Ray Chandler, <a href="/A139988/b139988.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi]
%H A139988 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)
%F A139988 The primes are congruent to {113, 137, 233, 473, 617, 737} (mod 840).
%t A139988 QuadPrimes2[8, 0, 105, 10000] (* see A106856 *)
%o A139988 (Magma) [p: p in PrimesUpTo(11000) | p mod 840 in [113, 137, 233, 473, 617, 737]]; // _Vincenzo Librandi_, Aug 03 2012
%K A139988 nonn,easy
%O A139988 1,1
%A A139988 _T. D. Noe_, May 02 2008