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.

Showing 1-2 of 2 results.

A341076 Incrementally largest values of minimal x satisfying the equation x^2 - D*y^2 = -3, where D is a prime number.

Original entry on oeis.org

0, 2, 7, 11, 13, 5639, 11262809, 1538763335, 126460946201, 1276182285427369, 14786648025753749026871, 105410978030726984449289, 1498381179129960066289070257961, 107744062788861651804382809216696729188191, 2525173635632697805707745894621283442852191
Offset: 1

Views

Author

Christine Patterson, Feb 04 2021

Keywords

Comments

Analogous to A033315 for x^2 - D*y^2 = 1, and D required to be prime.

Examples

			For D=13, the least x for which x^2 - D*y^2 = -3 has a solution is 7. The next prime, D, for which x^2 - D*y^2 = -3 has a solution is 19, but the smallest x in this case is 4, which is less than 7. The next prime, D, after 19 for which x^2 - D*y^2 = -3 has a solution is 31 and the least x for which it has a solution is 11, which is larger than 7, so it is a new record value. x=11 is a term of this sequence and the corresponding value D=31 is a term of A336801, but 19 is not a term there because the least x for which x^2 - D*y^2 = -3 has a solution at D=19 is not a record value.
From _Jon E. Schoenfield_, Feb 23 2021: (Start)
As D runs through the primes, the minimal x values satisfying the equation x^2 - D*y^2 = -3 begin as follows:
.
       x values satisfying    minimal
   D     x^2 - D*y^2 = -5     x value  record
  --  ----------------------  -------  ------
   2  (none)
   3  0, 3, 12, 45, 168, ...      0      *
   5  (none)
   7  2, 5, 37, 82, 590, ...      2      *
  11  (none)
  13  7, 137, 9223, ...           7      *
  17  (none)
  19  4, 61, 1421, ...            4
  23  (none)
  29  (none)
  31  11, 206, 33646, ...        11      *
  37  (none)
  41  (none)
  43  13, 400, 90932, ...        13      *
  ...
The record high minimal values of x (marked with asterisks) are the terms of this sequence. The corresponding values of D are the terms of A336801. (End)
		

Crossrefs

Extensions

a(1)=0 inserted and Example section edited by Jon E. Schoenfield, Feb 23 2021

A341077 Value of prime number D for incrementally largest values of minimal y satisfying the equation x^2 - D*y^2 = -3.

Original entry on oeis.org

3, 13, 61, 181, 397, 541, 661, 1021, 1381, 1621, 3361, 3529, 4201, 4261, 4621, 6421, 9241, 9601, 9949, 12541, 20161, 23209, 25309, 32869, 37321, 43261, 71821, 78901, 82021, 112429, 127261, 131041, 137089, 139309, 144169, 169789, 183661, 226669, 300301
Offset: 1

Views

Author

Christine Patterson, Feb 04 2021

Keywords

Examples

			For D=13, the least positive y for which x^2 - D*y^2 = -3 has a solution is 2. The next primes, D, for which x^2 - D*y^2 = -3 has a solution are 19, 31, and 43, but the smallest positive y in each of those cases is 1 or 2, neither of which is larger than the previous record y, 2. So 19, 31, and 43 are not terms of this sequence.
The next prime, D, after 43 for which x^2 - D*y^2 = -3 has a solution is 61, and the least positive y for which it has a solution is y=722, which is larger than 2, so it is a new record y value. So 61 is a term of this sequence and 722 is the corresponding term of A341078.
		

Crossrefs

Cf. A033316 (analogous for x^2 - D*y^2 = 1), A336801 (similar sequence for x's), A341078.

Extensions

a(1) corrected and Example section edited by Jon E. Schoenfield, Feb 23 2021
Showing 1-2 of 2 results.