Sylvester's sequence

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description

File:Sylvester-square.svg
Graphical demonstration of the convergence of the sum 1/2 + 1/3 + 1/7 + 1/43 + ... to 1. Each row of k squares of side length 1/k has total area 1/k, and all the squares together exactly cover a larger square with area 1. Squares with side lengths 1/1807 or smaller are too small to see in the figure and are not shown.

In number theory, Sylvester's sequence is an integer sequence in which each term is the product of the previous terms, plus one. Its first few terms are

2, 3, 7, 43, 1807, 3263443, 10650056950807, 113423713055421844361000443 (sequence A000058 in the OEIS).

Sylvester's sequence is named after James Joseph Sylvester, who first investigated it in 1880.Template:Sfnp Its values grow doubly exponentially, and the sum of its reciprocals forms a series of unit fractions that converges to 1 more rapidly than any other series of unit fractions.[1] The recurrence by which it is defined allows the numbers in the sequence to be factored more easily than other numbers of the same magnitude,Template:Sfnp but, due to the rapid growth of the sequence, complete prime factorizations are known only for a few of its terms.[2] Values derived from this sequence have also been used to construct finite Egyptian fraction representations of 1, Sasakian Einstein manifolds,Template:Sfnp and hard instances for online algorithms.Template:Sfnmp

Formal definitions

Formally, Sylvester's sequence can be defined by the formula[3]

sn=1+i=0n1si.

The product of the empty set is 1,Template:Sfnp so this formula gives s0 = 2, without need of a separate base case.

Alternatively, one may define the sequence by the recurrenceTemplate:Sfnp

si=si1(si11)+1, with the base case s0 = 2.

It is straightforward to show by induction that this is equivalent to the other definition.[4]

Closed form formula and asymptotics

The Sylvester numbers grow doubly exponentially as a function of n. Specifically, it can be shown that

sn=E2n+1+12,

for a number E that is approximately 1.26408473530530...[5] (sequence A076393 in the OEIS). This formula has the effect of the following algorithm:

s0 is the nearest integer to ETemplate:Hairsp2; s1 is the nearest integer to ETemplate:Hairsp4; s2 is the nearest integer to ETemplate:Hairsp8; for sn, take ETemplate:Hairsp2, square it n more times, and take the nearest integer.

This would only be a practical algorithm if we had a better way of calculating E to the requisite number of places than calculating sn and taking its repeated square root.Template:Sfnp

The double-exponential growth of the Sylvester sequence is unsurprising if one compares it to the sequence of Fermat numbers FnTemplate:Hairsp; the Fermat numbers are usually defined by a doubly exponential formula, 22n+1, but they can also be defined by a product formula very similar to that defining Sylvester's sequence:[6]

Fn=2+i=0n1Fi.

Connection with Egyptian fractions

The unit fractions formed by the reciprocals of the values in Sylvester's sequence generate an infinite series:[7]

i=01si=12+13+17+143+11807+.

The partial sums of this series have a simple form,

i=0j11si=11sj1=sj2sj1,

which is already in lowest terms.Template:Sfnp This may be proved by induction, or more directly by noting that the recursion implies that

1si11si+11=1si,

so the sum telescopesTemplate:Sfnp

i=0j11si=i=0j1(1si11si+11)=1s011sj1=11sj1.

Since this sequence of partial sums (sj − 2)/(sj − 1) converges to one, the overall series forms an infinite Egyptian fraction representation of the number one:

1=12+13+17+143+11807+.

One can find finite Egyptian fraction representations of one, of any length, by truncating this series and subtracting one from the last denominator:

1=12+13+16,1=12+13+17+142,1=12+13+17+143+11806,.

The sum of the first k terms of the infinite series provides the closest possible underestimate of 1 by any k-term Egyptian fraction.[1] For example, the first four terms add to 1805/1806, and therefore any Egyptian fraction for a number in the open interval (1805/1806, 1) requires at least five terms.

It is possible to interpret the Sylvester sequence as the result of a greedy algorithm for Egyptian fractions, that at each step chooses the smallest possible denominator that makes the partial sum of the series be less than one.Template:Sfnp

Uniqueness of quickly growing series with rational sums

As Sylvester himself observed, Sylvester's sequence seems to be unique in having such quickly growing values, while simultaneously having a series of reciprocals that converges to a rational number. This sequence provides an example showing that double-exponential growth is not enough to cause an integer sequence to be an irrationality sequence.Template:Sfnp

To make this more precise, it follows from results of Script error: No such module "Footnotes". that, if a sequence of integers an grows quickly enough that

anan12an1+1,

and if the series

A=1ai

converges to a rational number A, then, for all n after some point, this sequence must be defined by the same recurrence

an=an12an1+1

that can be used to define Sylvester's sequence.Template:Sfnp

Script error: No such module "Footnotes". conjectured that, in results of this type, the inequality bounding the growth of the sequence could be replaced by a weaker condition,Template:Sfnp

limnanan12=1.

Script error: No such module "Footnotes". surveys progress related to this conjecture; see also Script error: No such module "Footnotes"..Template:Sfnmp

Divisibility and factorizations

If i < j, it follows from the definition that sj ≡ 1 (mod siTemplate:Hairsp). Therefore, every two numbers in Sylvester's sequence are relatively prime. The sequence can be used to prove that there are infinitely many prime numbers, as any prime can divide at most one number in the sequence. More strongly, no prime factor of a number in the sequence can be congruent to 5 modulo 6, and the sequence can be used to prove that there are infinitely many primes congruent to 7 modulo 12.Template:Sfnp No term can be a perfect power.Template:Sfnp <templatestyles src="Unsolved/styles.css" />

Unsolved problem in mathematics
Are all the terms in Sylvester's sequence squarefree?

Much remains unknown about the factorization of the numbers in Sylvester's sequence. For instance, it is not known if all numbers in the sequence are squarefree, although all the known terms are.[8]

As Script error: No such module "Footnotes". describes, it is easy to determine which Sylvester number (if any) a given prime p divides: simply compute the recurrence defining the numbers modulo p until finding either a number that is congruent to zero (mod p) or finding a repeated modulus.Template:Sfnp Using this technique he found that 1166 out of the first three million primes are divisors of Sylvester numbers,[9] and that none of these primes has a square that divides a Sylvester number. The set of primes that can occur as factors of Sylvester numbers is of density zero in the set of all primes:Template:Sfnp indeed, the number of such primes less than x is O(π(x)/logloglogx).Template:Sfnp

The following table shows known factorizations of these numbers (except s0 ... s3, which are all prime):[2]

n Factors of sn
4 13 × 139
5 3263443, which is prime
6 547 × 607 × 1033 × 31051
7 29881 × 67003 × 9119521 × 6212157481
8 5295435634831 × 31401519357481261 × 77366930214021991992277
9 181 × 1987 × 112374829138729 × 114152531605972711 × 35874380272246624152764569191134894955972560447869169859142453622851
10 2287 × 2271427 × 21430986826194127130578627950810640891005487 × P156
11 73 × C416
12 2589377038614498251653 × 2872413602289671035947763837 × C785
13 52387 × 5020387 × 5783021473 × 401472621488821859737 × 287001545675964617409598279 × C1600
14 13999 × 74203 × 9638659 × 57218683 × 10861631274478494529 × C3293
15 17881 × 97822786011310111 × 54062008753544850522999875710411 × C6618
16 128551 × C13335
17 635263 × 1286773 × 21269959 × C26661
18 50201023123 × 139263586549 × 60466397701555612333765567 × C53313
19 775608719589345260583891023073879169 × C106685
20 352867 × 6210298470888313 × C213419
21 387347773 × 1620516511 × C426863
22 91798039513 × C853750

As is customary, Pn and Cn denote prime numbers and unfactored composite numbers n digits long.

Applications

Script error: No such module "Footnotes". use the properties of Sylvester's sequence to define large numbers of Sasakian Einstein manifolds having the differential topology of odd-dimensional spheres or exotic spheres. They show that the number of distinct Sasakian Einstein metrics on a topological sphere of dimension 2n  − 1 is at least proportional to sn and hence has double exponential growth with n.Template:Sfnp

As Script error: No such module "Footnotes". describe, Script error: No such module "Footnotes". and Script error: No such module "Footnotes". used values derived from Sylvester's sequence to construct lower bound examples for online bin packing algorithms.Template:Sfnmp Script error: No such module "Footnotes". similarly use the sequence to lower bound the performance of a two-dimensional cutting stock algorithm.[10]

Znám's problem concerns sets of numbers such that each number in the set divides but is not equal to the product of all the other numbers, plus one. Without the inequality requirement, the values in Sylvester's sequence would solve the problem; with that requirement, it has other solutions derived from recurrences similar to the one defining Sylvester's sequence. Solutions to Znám's problem have applications to the classification of surface singularities (Brenton and Hill 1988) and to the theory of nondeterministic finite automata.Template:Sfnp

Script error: No such module "Footnotes". describes an application of the closest approximations to one by k-term sums of unit fractions, in lower-bounding the number of divisors of any perfect number, and Script error: No such module "Footnotes". uses the same property to upper bound the size of certain groups.Template:Sfnmp

See also

Notes

<templatestyles src="Reflist/styles.css" />

  1. a b This claim is commonly attributed to Script error: No such module "Footnotes"., but Script error: No such module "Footnotes". appears to be making the same statement in an earlier paper. See also Script error: No such module "Footnotes"., Script error: No such module "Footnotes"., Script error: No such module "Footnotes"., and Script error: No such module "Footnotes"..
  2. a b All prime factors p of Sylvester numbers sn with p < 5Template:E and n ≤ 200 are listed by Vardi. Ken Takusagawa lists the factorizations up to s9 and the factorization of s10. The remaining factorizations are from a list of factorizations of Sylvester's sequence maintained by Jens Kruse Andersen. Retrieved 2014-06-13.
  3. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".
  4. A proof by induction is given by Script error: No such module "Footnotes"., p. 333.
  5. Script error: No such module "Footnotes"., formula 4.17, p. 109, and exercise 4.37, p. 147; see also Script error: No such module "Footnotes"..
  6. Script error: No such module "citation/CS1".Script error: No such module "Check for unknown parameters".
  7. This series is the starting point for Script error: No such module "Footnotes".
  8. Script error: No such module "Footnotes"., research problem 4.65, p. 151; Script error: No such module "Footnotes".; see also Script error: No such module "Footnotes".
  9. This appears to be a typo, as Andersen finds 1167 prime divisors in this range.
  10. In their work, Seiden and Woeginger refer to Sylvester's sequence as "Salzer's sequence" after the work of Script error: No such module "Footnotes". on closest approximation.

Script error: No such module "Check for unknown parameters".

References

<templatestyles src="Refbegin/styles.css" />

  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".

External links

Template:Good article