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.

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

Original entry on oeis.org

2, 3, 5, 39, 59, 477, 2175, 41571, 127539, 340551, 15732537, 221272626669, 2700614460969, 66944775830061, 616049024759241, 6245844517335369, 13085071811371140879, 43795350588094552821, 63464174140920940599, 633160367499665048108061
Offset: 1

Views

Author

Christine Patterson, Aug 05 2020

Keywords

Comments

Analogous to A033315 for x^2 - D*y^2 = 1, and D required to be prime. The x values incrementally largest for x^2 - D*y^2 = 2. D values appear in sequence A336786.

Examples

			For D=31, the least x for which x^2 - Dy^2 = 2 has a solution is 39. The next prime, D, for which x^2 - Dy^2 = 2 has a solution is 47, but the smallest x in this case is 7, which is less than 39. The next prime, D, after 47 for which x^2 - Dy^2 = 2 has a solution is 71 and the least x for which it has a solution is x=59, which is larger than 39, a new record value, so 71 is a term of A336786 and 59 is the corresponding term of this sequence. 47 is not a term of A336786 because the least x for which x^2 - 47*y^2 = 2 has a solution is not a record value.
From _Jon E. Schoenfield_, Feb 24 2021: (Start)
Primes D for which the equation x^2 - D*y^2 = 2 has integer solutions begin 2, 7, 23, 31, 47, 71, 79, 103, ...; at those values of D, the minimal x values satisfying the equation x^2 - D*y^2 = 2 begin as follows:
.
           x values satisfying      minimal
    D        x^2 - D*y^2 = 2        x value  record
  ---  ---------------------------  -------  ------
    2  2, 10, 58, 338, 1970, ...        2      *
    7  3, 45, 717, 11427, ...           3      *
   23  5, 235, 11275, 540965, ...       5      *
   31  39, 118521, 360303801, ...      39      *
   47  7, 665, 63833, 6127303, ...      7
   71  59, 410581, 2857643701, ...     59      *
   79  9, 1431, 228951, ...             9
  103  477, 217061235, ...            477      *
  ...
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 A336786. (End)
		

Crossrefs

Extensions

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

A336788 Values of prime numbers, D, for incrementally largest values of minimal y satisfying the equation x^2 - D*y^2 = 2.

Original entry on oeis.org

2, 31, 103, 127, 151, 199, 271, 463, 631, 751, 919, 991, 1471, 1759, 1831, 1999, 2311, 2671, 3319, 4111, 4519, 4951, 5119, 6679, 8191, 8719, 10399, 11839, 12919, 13399, 15031, 16879, 19231, 21319, 23599, 26959, 30319, 32839, 34519, 37591, 38119, 43759, 48799, 53551, 58111, 62791
Offset: 1

Views

Author

Christine Patterson, Aug 05 2020

Keywords

Examples

			For D = 2, the least y for which x^2 - D*y^2 = 2 has a solution is 1.
The next primes, D, for which x^2 - D*y^2 = 2 has a solution are 7 and 23, but the smallest y in each of these cases is also 1, which is equal to the previous record y. So neither 7 nor 23 is a term.
The next prime, D, after 23 for which x^2 - D*y^2 = 2 has a solution is 31 and the least y for which it has a solution there is y = 7, which is larger than 1, so it is a new record y value. So 31 is a term here, and 7 is the corresponding term of A336789.
		

Crossrefs

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

Extensions

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