Table of Contents
Fetching ...

Elementary Proof of the Completeness of OEIS A051221 Below 2000

Seiichi Azuma

TL;DR

The paper addresses whether the OEIS sequence A051221, consisting of numbers of the form $10^x - y^2$, is complete up to 2000. It reduces the problem to Pell-type equations by considering odd $x=2u+1$ and expressing solutions via $s+t\sqrt{10}=(a+b\sqrt{10})(19+6\sqrt{10})^K$ with $10b^2-a^2=c$, using the unit $19+6\sqrt{10}$ in $\mathbb{Z}[\sqrt{10}]$ to bound possibilities. A key lemma and modular obstructions on the associated $t_k$ sequences show that $t_k$ cannot equal $\pm 10^u$ for any $u$, reducing the verification to finite checks; a complete computation across all $c\in[0,2000]$ (except a few cases) is carried out, with a refined modulus $p=1601$ used to finish the remaining cases. The authors provide a Google Colab notebook to ensure reproducibility, conclusively establishing that no new values arise for $x\ge 9$ within the interval, thereby confirming the list is complete up to 2000.

Abstract

The OEIS sequence A051221 consists of nonnegative integers of the form 10^x - y^2. The known values are those less than or equal to 2000 with x <= 7, and it is conjectured that no new values in this range appear for x >= 8. In this paper, we give an elementary proof that this is indeed the case by using Pell-type equations.

Elementary Proof of the Completeness of OEIS A051221 Below 2000

TL;DR

The paper addresses whether the OEIS sequence A051221, consisting of numbers of the form , is complete up to 2000. It reduces the problem to Pell-type equations by considering odd and expressing solutions via with , using the unit in to bound possibilities. A key lemma and modular obstructions on the associated sequences show that cannot equal for any , reducing the verification to finite checks; a complete computation across all (except a few cases) is carried out, with a refined modulus used to finish the remaining cases. The authors provide a Google Colab notebook to ensure reproducibility, conclusively establishing that no new values arise for within the interval, thereby confirming the list is complete up to 2000.

Abstract

The OEIS sequence A051221 consists of nonnegative integers of the form 10^x - y^2. The known values are those less than or equal to 2000 with x <= 7, and it is conjectured that no new values in this range appear for x >= 8. In this paper, we give an elementary proof that this is indeed the case by using Pell-type equations.

Paper Structure

This paper contains 5 sections, 1 theorem, 24 equations.

Key Result

Lemma 3.1

Let $c$ be a fixed positive integer. Suppose that there exist integers $s,t$ that satisfy the equation Then there exist integers $a, b, K$ that satisfy

Theorems & Definitions (2)

  • Lemma 3.1
  • proof