Recamán's sequence

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

In mathematics and computer science, Recamán's sequence[1][2] is a well known sequence defined by a recurrence relation. Because its elements are related to the previous elements in a straightforward way, they are often defined using recursion.

A drawing of the first 75 terms of Recamán's sequence, according to the method of visualization shown in the Numberphile video "The Slightly Spooky Recamán Sequence"[3]

Recamán's sequence was named after its inventor, Colombian mathematician Bernardo Recamán Santos (es), by Neil Sloane, creator of the On-Line Encyclopedia of Integer Sequences (OEIS).

Definition

[edit | edit source]

Recamán's sequence a0,a1,a2 is defined as:

an={0if n=0an1nif an1n>0 and is not already in the sequencean1+notherwise

The first terms of the sequence are:

0, 1, 3, 6, 2, 7, 13, 20, 12, 21, 11, 22, 10, 23, 9, 24, 8, 25, 43, 62, 42, 63, 41, 18, 42, 17, 43, 16, 44, 15, 45, 14, 46, 79, 113, 78, 114, 77, 39, 78, 38, 79, 37, 80, 36, 81, 35, 82, 34, 83, 33, 84, 32, 85, 31, 86, 30, 87, 29, 88, 28, 89, 27, 90, 26, 91, 157, 224, 156, 225, 155, ... (sequence A005132 in the OEIS)

Visual representation

[edit | edit source]
A plot for the first 100 terms of the Recamán's sequence.[4]

The most-common visualization of the Recamán's sequence is simply plotting its values, such as the figure seen here.

On January 14, 2018, the Numberphile YouTube channel published a video titled "The Slightly Spooky Recamán Sequence",[3] showing a visualization using alternating semi-circles, as it is shown in the figure at top of this page.

Sound representation

[edit | edit source]

Values of the sequence can be associated with musical notes, in such that case the running of the sequence can be associated with an execution of a musical tune.[5]

Properties

[edit | edit source]

The sequence satisfies:[1]

an0
|anan1|=n

This is not a permutation of the integers: the first repeated term is 42=a24=a20.[6] Another one is 43=a18=a26.

Conjecture

[edit | edit source]

Neil Sloane has conjectured that every number eventually appears,[1] but this has not been proven. As of 2018, 10230 terms have been calculated, and 852,655 is the smallest natural number to not appear on the list.[1]

Besides its mathematical and aesthetic properties, Recamán's sequence can be used to secure 2D images by steganography.[7]

Alternate sequence

[edit | edit source]

The sequence is the most-known sequence invented by Recamán. There is another sequence, less known, defined as:

a1=1
an+1={an/nif n divides annanotherwise

This OEIS entry is A008336.

References

[edit | edit source]
  1. ^ a b c d Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ a b The Slightly Spooky Recamán Sequence, Numberphile video.
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  7. ^ S. Farrag and W. Alexan, "Secure 2D Image Steganography Using Recamán's Sequence," 2019 International Conference on Advanced Communication Technologies and Networking (CommNet), Rabat, Morocco, 2019, pp. 1-6. doi: 10.1109/COMMNET.2019.8742368
[edit | edit source]