When is a n + 1 the sum of two squares? Kylie Hess, Emily Stamm, - - PowerPoint PPT Presentation

when is a n 1 the sum of two squares
SMART_READER_LITE
LIVE PREVIEW

When is a n + 1 the sum of two squares? Kylie Hess, Emily Stamm, - - PowerPoint PPT Presentation

When is a n + 1 the sum of two squares? Kylie Hess, Emily Stamm, and Terrin Warren Wake Forest University July 28, 2016 1/28 Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares Acknowledgements Thank you to UGA and the organizers


slide-1
SLIDE 1

1/28

When is an + 1 the sum of two squares?

Kylie Hess, Emily Stamm, and Terrin Warren

Wake Forest University

July 28, 2016

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-2
SLIDE 2

2/28

Acknowledgements

Thank you to UGA and the organizers of the conference. Special thank you to Dr. Jeremy Rouse for his guidance and to the National Science Foundation for supporting our research (NSF Grant DMS-1461189).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-3
SLIDE 3

3/28

Fermat’s Two Squares Theorem

Question: When is a positive integer a sum of two squares?

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-4
SLIDE 4

3/28

Fermat’s Two Squares Theorem

Question: When is a positive integer a sum of two squares?

Theorem (Fermat, 1640; Euler, 1749)

A positive integer n can be written as the sum of two squares if and only if, for every prime divisor p ≡ 3 (mod 4), p divides n to an even power.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-5
SLIDE 5

3/28

Fermat’s Two Squares Theorem

Question: When is a positive integer a sum of two squares?

Theorem (Fermat, 1640; Euler, 1749)

A positive integer n can be written as the sum of two squares if and only if, for every prime divisor p ≡ 3 (mod 4), p divides n to an even power. Examples:

  • n = 18 = 2 · 32 = 32 + 32.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-6
SLIDE 6

3/28

Fermat’s Two Squares Theorem

Question: When is a positive integer a sum of two squares?

Theorem (Fermat, 1640; Euler, 1749)

A positive integer n can be written as the sum of two squares if and only if, for every prime divisor p ≡ 3 (mod 4), p divides n to an even power. Examples:

  • n = 18 = 2 · 32 = 32 + 32.
  • n = 19 = 0 + 19 = 1 + 18 = 4 + 15 = 9 + 10 = 16 + 3.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-7
SLIDE 7

4/28

Previous Work

Theorem (Curtis, 2014)

If 2n + 1 is a sum of two squares, then n is even or n = 3.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-8
SLIDE 8

4/28

Previous Work

Theorem (Curtis, 2014)

If 2n + 1 is a sum of two squares, then n is even or n = 3.

Theorem (Curtis, 2014)

If n is odd and 3n + 1 is the sum of two squares, then 3p + 1 is the sum of two squares for all primes p | n, and n is the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-9
SLIDE 9

4/28

Previous Work

Theorem (Curtis, 2014)

If 2n + 1 is a sum of two squares, then n is even or n = 3.

Theorem (Curtis, 2014)

If n is odd and 3n + 1 is the sum of two squares, then 3p + 1 is the sum of two squares for all primes p | n, and n is the sum of two squares. Fact: If n is even, then an + 1 can always be written as a sum of two squares. a2k + 1 = ak·2 + 1 = (ak)2 + 12.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-10
SLIDE 10

5/28

Outline

1 a is a square 2 Cyclotomic Polynomials 3 a is even 4 a ≡ 1 (mod 8) 5 a ≡ 5 (mod 8) 6 a ≡ 3 (mod 4) 7 Aurifeuillian Factorization

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-11
SLIDE 11

6/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Theorem (HRSW, 2016)

If an + 1 can be written as a sum of two squares for all n ∈ N, then a is a perfect square.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-12
SLIDE 12

7/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Definition

If gcd(a, m) = 1 and there is a solution to the congruence x 2 ≡ a (mod m), then a is called a quadratic residue modulo m.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-13
SLIDE 13

7/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Definition

If gcd(a, m) = 1 and there is a solution to the congruence x 2 ≡ a (mod m), then a is called a quadratic residue modulo m. Example:

  • x 2 ≡ 4 (mod 5): x = ±2 so 4 is a quadratic residue modulo 5.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-14
SLIDE 14

7/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Definition

If gcd(a, m) = 1 and there is a solution to the congruence x 2 ≡ a (mod m), then a is called a quadratic residue modulo m. Example:

  • x 2 ≡ 4 (mod 5): x = ±2 so 4 is a quadratic residue modulo 5.
  • x 2 ≡ 3 (mod 5): no solution, so 3 is a quadratic non-residue

modulo 5.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-15
SLIDE 15

8/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Definition

The Legendre symbol a p

  • is defined to be 1 if a is a quadratic

residue modulo an odd prime p and −1 if a is a quadratic non-residue modulo p.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-16
SLIDE 16

8/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Definition

The Legendre symbol a p

  • is defined to be 1 if a is a quadratic

residue modulo an odd prime p and −1 if a is a quadratic non-residue modulo p.

  • Euler’s Criterion:

a p

  • ≡ a

p−1 2

(mod p).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-17
SLIDE 17

9/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Lemma

Let p be a prime such that pe||am + 1 for some e ∈ N, and let n = mcpk with gcd(c, p) = 1. Then pe+k||an + 1.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-18
SLIDE 18

9/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Lemma

Let p be a prime such that pe||am + 1 for some e ∈ N, and let n = mcpk with gcd(c, p) = 1. Then pe+k||an + 1. There is a prime p ≡ 3 (mod 4) such that a p

  • = −1, and

either a

p−1 2

+ 1 or a

p(p−1) 2

+ 1 is not a sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-19
SLIDE 19

9/28

  • 1. an + 1 = + ∀n ⇐

⇒ a = .

Lemma

Let p be a prime such that pe||am + 1 for some e ∈ N, and let n = mcpk with gcd(c, p) = 1. Then pe+k||an + 1. There is a prime p ≡ 3 (mod 4) such that a p

  • = −1, and

either a

p−1 2

+ 1 or a

p(p−1) 2

+ 1 is not a sum of two squares. Reasoning: If a p

  • = −1, then p | a

p−1 2

+ 1. For some k ∈ N, pk a

p−1 2

+ 1 and so pk+1 a

p(p−1) 2

+ 1. Either k or k + 1 must be odd, so either a

p−1 2

+ 1 or a

p(p−1) 2

+ 1 is not a sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-20
SLIDE 20

10/28

  • 2. Cyclotomic Polynomials

Definition

Let Φn(x) denote the nth cyclotomic polynomial. This polynomial is the unique irreducible factor of x n − 1 that does not divide x k − 1 for any proper divisor k of n. Φn(x) =

  • m∈[1,n]

gcd(m,n)=1

(x − e2πim/n).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-21
SLIDE 21

11/28

  • 2. Cyclotomic Polynomials

Definition

If a and m are integers with gcd(a, m) = 1, we let ordm(a) be the smallest positive integer k so that ak ≡ 1 (mod m).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-22
SLIDE 22

11/28

  • 2. Cyclotomic Polynomials

Definition

If a and m are integers with gcd(a, m) = 1, we let ordm(a) be the smallest positive integer k so that ak ≡ 1 (mod m).

Theorem (Lüneburg, 1981)

Assume that a ≥ 2 and n ≥ 2.

  • If p is a prime and p ∤ n, then p|Φn(a) if and only if
  • rdp(a) = n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-23
SLIDE 23

11/28

  • 2. Cyclotomic Polynomials

Definition

If a and m are integers with gcd(a, m) = 1, we let ordm(a) be the smallest positive integer k so that ak ≡ 1 (mod m).

Theorem (Lüneburg, 1981)

Assume that a ≥ 2 and n ≥ 2.

  • If p is a prime and p ∤ n, then p|Φn(a) if and only if
  • rdp(a) = n.
  • If p is a prime and p|n, then p|Φn(a) if and only if n = pkm

with gcd(m, p) = 1 and ordp(a) = m. In this case, when n ≥ 3, p2 ∤ Φn(a).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-24
SLIDE 24

12/28

  • 2. Cyclotomic Polynomials

If n ≥ 1, is a positive integer, then x n − 1 =

  • d|n

Φd(x).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-25
SLIDE 25

12/28

  • 2. Cyclotomic Polynomials

If n ≥ 1, is a positive integer, then x n − 1 =

  • d|n

Φd(x). This leads us to the following fact : x n + 1 = x 2n − 1 x n − 1 =

  • d|2n

d∤n

Φd(x).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-26
SLIDE 26

13/28

  • 3. a is even

Theorem (HRSW, 2016)

Suppose a is even, n is odd, and an + 1 is the sum of two

  • squares. Then
  • aδ + 1 is the sum of two squares for all δ|n, δ > 1 and
  • If a + 1 is not the sum of two squares, then there is a

unique prime number p ≡ 3 (mod 4), such that pr ||a + 1 for some odd r, and n = p.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-27
SLIDE 27

14/28

  • 3. a is even

Consider the case when a = 6. Then since a + 1 = 7 is not the sum of two squares, when n is odd, 6n + 1 is the sum of two squares, then n = 7 and in fact, 67 + 1 = 4762 + 2312.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-28
SLIDE 28

14/28

  • 3. a is even

Consider the case when a = 6. Then since a + 1 = 7 is not the sum of two squares, when n is odd, 6n + 1 is the sum of two squares, then n = 7 and in fact, 67 + 1 = 4762 + 2312. Consider the case when a = 20. Then since a + 1 = 3 · 7, a + 1 is not the sum of two squares because of two distinct primes 3 and 7, so 20n + 1 is not the sum of two squares for any odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-29
SLIDE 29

14/28

  • 3. a is even

Consider the case when a = 6. Then since a + 1 = 7 is not the sum of two squares, when n is odd, 6n + 1 is the sum of two squares, then n = 7 and in fact, 67 + 1 = 4762 + 2312. Consider the case when a = 20. Then since a + 1 = 3 · 7, a + 1 is not the sum of two squares because of two distinct primes 3 and 7, so 20n + 1 is not the sum of two squares for any odd n. Consider the case when a = 24. Since 2477 + 1 is the sum of two squares, we must also have that 2411 + 1, 247 + 1, and 241 + 1 are each the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-30
SLIDE 30

15/28

  • 3. a is even

Lemma

Let b, n, δ ∈ Z, n is odd with δ|n, and suppose b|aδ + 1. Then b|(an−δ − an−2δ + an−3δ − · · · − aδ + 1) if and only if b|n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-31
SLIDE 31

15/28

  • 3. a is even

Lemma

Let b, n, δ ∈ Z, n is odd with δ|n, and suppose b|aδ + 1. Then b|(an−δ − an−2δ + an−3δ − · · · − aδ + 1) if and only if b|n. an + 1 = (aδ + 1)(an−δ − an−2δ + an−3δ − · · · − aδ + 1)

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-32
SLIDE 32

15/28

  • 3. a is even

Lemma

Let b, n, δ ∈ Z, n is odd with δ|n, and suppose b|aδ + 1. Then b|(an−δ − an−2δ + an−3δ − · · · − aδ + 1) if and only if b|n. an + 1 = (aδ + 1)(an−δ − an−2δ + an−3δ − · · · − aδ + 1) Note that for the following results, there will be some running assumptions: δ|n and aδ + 1 is not the sum of two squares because of the prime number p.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-33
SLIDE 33

15/28

  • 3. a is even

Lemma

Let b, n, δ ∈ Z, n is odd with δ|n, and suppose b|aδ + 1. Then b|(an−δ − an−2δ + an−3δ − · · · − aδ + 1) if and only if b|n. an + 1 = (aδ + 1)(an−δ − an−2δ + an−3δ − · · · − aδ + 1) Note that for the following results, there will be some running assumptions: δ|n and aδ + 1 is not the sum of two squares because of the prime number p.

Corollary

If p ∤ n, then an + 1 is not the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-34
SLIDE 34

16/28

  • 3. a is even

Lemma

If e > 1, a + 1 is not the sum of two squares because of p, and n = pe, then an + 1 is not the sum of two squares.

Lemma

Let e, k ∈ N, where δ|k, k > 1, and gcd(k, p) = 1, r is some

  • dd integer such that pr ||aδ + 1. If n = kpe, then an + 1 is not

the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-35
SLIDE 35

16/28

  • 3. a is even

Lemma

If e > 1, a + 1 is not the sum of two squares because of p, and n = pe, then an + 1 is not the sum of two squares.

Lemma

Let e, k ∈ N, where δ|k, k > 1, and gcd(k, p) = 1, r is some

  • dd integer such that pr ||aδ + 1. If n = kpe, then an + 1 is not

the sum of two squares. This leaves only one possible odd multiple of δ, when n = δp such that an + 1 can be the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-36
SLIDE 36

17/28

  • 3. a is even

Lemma

If aδ + 1 ≡ 1 mod 4 is not the sum of two squares, then an + 1 is not the sum of two squares for any odd n that is a multiple of δ.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-37
SLIDE 37

17/28

  • 3. a is even

Lemma

If aδ + 1 ≡ 1 mod 4 is not the sum of two squares, then an + 1 is not the sum of two squares for any odd n that is a multiple of δ.

Proof of Lemma.

Suppose an + 1 is the sum of two squares for some odd n, then aδ + 1 is not the sum of two squares implies that there exists at least two distinct prime numbers p1, p2 ≡ 3 mod 4 and odd integers r1, r2, such that pr1

1 ||aδ + 1 and pr2 2 ||aδ + 1. Then

n = δp1 = δp2, and thus we have a contradiction.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-38
SLIDE 38

18/28

  • 3. a is even

Proof of Theorem.

Part 1 of Theorem follows immediately from the previous lemma. If a + 1 is not the sum of two squares because of some prime p and for some odd n, an + 1 is the sum of two squares, then it follows that p|n, implying the only possible n such that an + 1 is the sum of two squares is p = n. Then the prime p must be the unique prime where p ≡ 3 (mod 4) so that for some odd integer r, pr ||a + 1.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-39
SLIDE 39

19/28

  • 4. a ≡ 1 (mod 8)

Theorem (HRSW, 2016)

Let a ≡ 1 (mod 8). If n is an odd integer and an + 1 is the sum

  • f two squares, then aδ + 1 is the sum of two squares for all δ|n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-40
SLIDE 40

19/28

  • 4. a ≡ 1 (mod 8)

Theorem (HRSW, 2016)

Let a ≡ 1 (mod 8). If n is an odd integer and an + 1 is the sum

  • f two squares, then aδ + 1 is the sum of two squares for all δ|n.

Corollary

If a + 1 is not the sum of two squares, then an + 1 is not the sum of two squares for any odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-41
SLIDE 41

20/28

  • 4. a ≡ 1 (mod 8)

Let a = 33.

  • Since 33119 + 1 is the sum of two squares,
  • 33 + 1, 337 + 1, 3317 + 1 are sums of two squares.
  • Since 333 + 1 is not the sum of two squares,
  • 333n + 1 is not the sum of two squares for any odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-42
SLIDE 42

20/28

  • 4. a ≡ 1 (mod 8)

Let a = 33.

  • Since 33119 + 1 is the sum of two squares,
  • 33 + 1, 337 + 1, 3317 + 1 are sums of two squares.
  • Since 333 + 1 is not the sum of two squares,
  • 333n + 1 is not the sum of two squares for any odd n.

Let a = 41.

  • Since 42 = 2 · 3 · 7 is not the sum of two squares,
  • 41n + 1 is not the sum of two squares for any odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-43
SLIDE 43

21/28

  • 5. a ≡ 5 (mod 8)

Theorem (HRSW, 2016)

When a ≡ 5 (mod 8), an + 1 can be written as the sum of two squares if and only if n is even.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-44
SLIDE 44

22/28

  • 6. a ≡ 3 (mod 4)

Let m be the least positive integer such that a+1

m

is the sum of two squares.

Theorem (HRSW, 2016)

Let a ≡ 3 (mod 4). If an + 1 is a sum of two squares for some

  • dd n, then:

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-45
SLIDE 45

22/28

  • 6. a ≡ 3 (mod 4)

Let m be the least positive integer such that a+1

m

is the sum of two squares.

Theorem (HRSW, 2016)

Let a ≡ 3 (mod 4). If an + 1 is a sum of two squares for some

  • dd n, then:
  • n

m is a sum of two squares, and

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-46
SLIDE 46

22/28

  • 6. a ≡ 3 (mod 4)

Let m be the least positive integer such that a+1

m

is the sum of two squares.

Theorem (HRSW, 2016)

Let a ≡ 3 (mod 4). If an + 1 is a sum of two squares for some

  • dd n, then:
  • n

m is a sum of two squares, and

  • am + 1 is the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-47
SLIDE 47

23/28

  • 6. a ≡ 3 (mod 4)

Let a = 11.

  • m = 3
  • Since 113 + 1 is the sum of two squares,
  • 11n + 1 sum of two squares =

n 3 sum of two squares

  • 11159 + 1 is the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-48
SLIDE 48

23/28

  • 6. a ≡ 3 (mod 4)

Let a = 11.

  • m = 3
  • Since 113 + 1 is the sum of two squares,
  • 11n + 1 sum of two squares =

n 3 sum of two squares

  • 11159 + 1 is the sum of two squares.

Let a = 43.

  • m = 11
  • Since 4311 + 1 is not the sum of two squares,
  • 43n + 1 is not the sum of two squares for any odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-49
SLIDE 49

24/28

  • 7. Aurifeuillian Factorization

Theorem (HRSW, 2016)

Suppose n is odd, p ≡ 1 (mod 4) is a prime number and a = px 2. Then an + 1 is the sum of two squares if and only if anp + 1 is the sum of two squares.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-50
SLIDE 50

24/28

  • 7. Aurifeuillian Factorization

Theorem (HRSW, 2016)

Suppose n is odd, p ≡ 1 (mod 4) is a prime number and a = px 2. Then an + 1 is the sum of two squares if and only if anp + 1 is the sum of two squares.

Corollary

It follows that an + 1 is the sum of two squares for either no odd integer n or for an infinite number of odd n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-51
SLIDE 51

24/28

  • 7. Aurifeuillian Factorization

Theorem (HRSW, 2016)

Suppose n is odd, p ≡ 1 (mod 4) is a prime number and a = px 2. Then an + 1 is the sum of two squares if and only if anp + 1 is the sum of two squares.

Corollary

It follows that an + 1 is the sum of two squares for either no odd integer n or for an infinite number of odd n. Let a = 17

  • p = 17, x = 1
  • 17 + 1 = 18 is the sum of two squares, so 1717n + 1 is the

sum of two squares for any n.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-52
SLIDE 52

25/28

  • 7. Aurifeuillian Factorization

Definition

If k is a squarefree positive integer, define d(k) as: d(k) =

  • k

if k ≡ 1 (mod 4) 4k if k ≡ 2, 3 (mod 4).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-53
SLIDE 53

25/28

  • 7. Aurifeuillian Factorization

Definition

If k is a squarefree positive integer, define d(k) as: d(k) =

  • k

if k ≡ 1 (mod 4) 4k if k ≡ 2, 3 (mod 4).

Theorem (Stevenhagen, 1987)

Suppose n even, d(k) ∤ n, d(k)|2n. Then: Φn(x) = F (x)2 − kxG(x)2 for some polynomials F (x), G(x) ∈ Z[x].

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-54
SLIDE 54

26/28

  • 7. Aurifeuillian Factorization

Let di be a divisor of n and τ(n) be the number of divisors of n. anp + 1 =

  • an + 1
  • anp−n − anp−2n + · · · + 1
  • =

τ(n)

  • i=1

Φ2di (a)

τ(n)

  • i=1

Φ2dip(a) We will show that Φ2dip(a) is the sum of two squares for all di.

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-55
SLIDE 55

27/28

  • 7. Aurifeuillian Factorization

Consider the Aurifeuillian factorization for Φ2dip(a), where v = −kx 2, k = −p ≡ 3 (mod 4) : Φ2dip(v) =

  • F (v)

2 − kv

  • G(v)

2 Φ2dip(−kx 2) =

  • F (−kx 2)

2 − k(−kx 2)

  • G(−kx 2)

2 =

  • F (−kx 2)

2 +

  • kxG(−kx 2)

2 = Φ2dip(a).

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares

slide-56
SLIDE 56

28/28

Thank You!

a n odd 1 all 2 3 3 1, 5, 13, 65,... 4 all 5

  • 6

7 7 1, 13, 17, 29,... 8 1 9 all 10

  • 11

3, 159,... 12 1, 5, 11, 23... 13

  • 14

3 15 1, 29, 89, 97,... a n odd 16 all 17 1, 7, 17, 23,... 18 19 19 1, 17, 29, 37,... 20

  • 21
  • 22
  • 23

3, 123,... 24 1, 7, 11, 19,... 25 all 26

  • 27
  • 28

1, 3, 11, 19,... 29

  • 30

31

Kylie Hess, Emily Stamm, and Terrin Warren Sums of Two Squares